Skip to content

Commit 8663c80

Browse files
committed
eye config chain grace fix
1 second chain grace was too quick and causing discord to rate limit the bot. Putting this back to 2 seconds
1 parent b85527d commit 8663c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dice_maiden.eye

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Eye.app 'dice_maiden' do
1414
check :cpu, below: 100, every: 60.seconds, times: 3
1515

1616
group 'shards' do
17-
chain grace: 1.seconds
17+
chain grace: 2.seconds
1818

1919
240.times do |i|
2020
process "dice_maiden#{i}" do

0 commit comments

Comments
 (0)