Skip to content

Commit

Permalink
cli: panic message
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jan 9, 2025
1 parent 4b92b41 commit 45dc7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func Parseflags(f *Flags) {
sends health check ping to ms teams webhook
`)
flag.IntVar(&f.LogLevel, "log-level", 0, "log level (0=info, -4=debug, 4=warn, 8=error)")
flag.IntVar(&f.MemLimit, "mem-limit", 100, "memory limit in MB (0 to disable)")
flag.IntVar(&f.MemLimit, "mem-limit", 300, "memory limit in MB (0 to disable)")
flag.IntVar(&f.FilePathsCap, "file-paths-cap", 100, "max number of file paths to watch")
flag.IntVar(&f.Min, "min", 1, "on minimum num of matches, it should notify")
flag.BoolVar(&f.NotifyOnlyRecent, "notify-only-recent", true, "Notify on latest file only by timestamp based on --every")
Expand Down

0 comments on commit 45dc7a9

Please sign in to comment.