* Increase pool size to allow for a few extra bg threads in sidekiq

This commit is contained in:
Sam 2014-05-22 09:00:24 +10:00
parent 742841ddce
commit 30c86d834f
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
# All settings apply to production only # All settings apply to production only
# connection pool size # connection pool size, sidekiq is set to 5, allowing an extra 3 for bg threads
db_pool = 5 db_pool = 8
# database timeout in milliseconds # database timeout in milliseconds
db_timeout = 5000 db_timeout = 5000