Skip to content

Commit

Permalink
eye config chain grace fix
Browse files Browse the repository at this point in the history
1 second chain grace was too quick and causing discord to rate limit the bot.
Putting this back to 2 seconds
  • Loading branch information
Humblemonk committed Jun 15, 2024
1 parent b85527d commit 8663c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dice_maiden.eye
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Eye.app 'dice_maiden' do
check :cpu, below: 100, every: 60.seconds, times: 3

group 'shards' do
chain grace: 1.seconds
chain grace: 2.seconds

240.times do |i|
process "dice_maiden#{i}" do
Expand Down

0 comments on commit 8663c80

Please sign in to comment.