Skip to content

Commit 6803271

Browse files
committed
change event frequency, no need to check more often than nestboxes
1 parent e228929 commit 6803271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eggwatch.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local argparse = require("argparse")
22
local eventful = require("plugins.eventful")
33

44
local GLOBAL_KEY = "eggwatch"
5-
local EVENT_FREQ = 5
5+
local EVENT_FREQ = 7
66
local print_prefix = "eggwatch: "
77

88
enabled = enabled or false

0 commit comments

Comments
 (0)