Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
default: &default
|
||||
adapter: postgresql
|
||||
pool: 25
|
||||
pool: 5
|
||||
timeout: 5000
|
||||
encoding: unicode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user