Skip to content

Commit

Permalink
Set default limit at 3G
Browse files Browse the repository at this point in the history
  • Loading branch information
elfranne committed Nov 27, 2023
1 parent 618b725 commit dd9555e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
&sensu.PluginConfigOption[int64]{
Path: "size",
Argument: "size",
Default: 1_000_000_000, // 1G
Default: 3_000_000_000, // Alarm at 3G, default DB is set to 4G
Usage: "Maximum aatabase Size",
Value: &plugin.Size,
},
Expand Down

0 comments on commit dd9555e

Please sign in to comment.