Skip to content

Commit

Permalink
Update Gemfile and eye config
Browse files Browse the repository at this point in the history
  • Loading branch information
Humblemonk committed May 17, 2024
1 parent 9850c66 commit 951659f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gem 'dicebag', git: 'https://github.com/Humblemonk/Dice-Bag.git', branch: 'pre-3
gem 'discordrb', github: 'shardlab/discordrb', branch: 'main'
gem 'dotenv', '~> 2.5'
gem 'rubocop', require: false
gem 'sqlite3', '~> 1.3', '>= 1.3.11'
gem 'sqlite3', '~> 2.0', '>= 2.0.1'
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: 2.seconds
chain grace: 1.seconds

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

0 comments on commit 951659f

Please sign in to comment.