Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high)

This commit is contained in:
Eugen Rochko 2016-03-25 14:20:31 +01:00
parent e24bfbde1a
commit 36f3da3cde
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
default: &default
adapter: postgresql
pool: 25
pool: 5
timeout: 5000
encoding: unicode