mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
client-side doesn't need more conns
This commit is contained in:
parent
dc67241512
commit
c8d7431292
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module Sidekiq
|
|||
# so we won't create them until we need them.
|
||||
Sidekiq.options[:concurrency] + 5
|
||||
elsif ENV['RAILS_MAX_THREADS']
|
||||
Integer(ENV['RAILS_MAX_THREADS']) + 5
|
||||
Integer(ENV['RAILS_MAX_THREADS'])
|
||||
else
|
||||
5
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue