Skip to content

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansr committed Jan 13, 2021
1 parent 575cccc commit 73de601
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions auditbeat/module/file_integrity/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ import (
"github.com/elastic/beats/v7/libbeat/common/match"
)

// MaxValidFileSizeLimit is the largest possible value for `max_file_size`
// 8192 PiB should be enough.
// MaxValidFileSizeLimit is the largest possible value for `max_file_size`.
const MaxValidFileSizeLimit = math.MaxInt64 - 1

// HashType identifies a cryptographic algorithm.
Expand Down

0 comments on commit 73de601

Please sign in to comment.