Skip to content

Commit dd9555e

Browse files
committed
Set default limit at 3G
1 parent 618b725 commit dd9555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var (
3939
&sensu.PluginConfigOption[int64]{
4040
Path: "size",
4141
Argument: "size",
42-
Default: 1_000_000_000, // 1G
42+
Default: 3_000_000_000, // Alarm at 3G, default DB is set to 4G
4343
Usage: "Maximum aatabase Size",
4444
Value: &plugin.Size,
4545
},

0 commit comments

Comments
 (0)