* Increase pool size to allow for a few extra bg threads in sidekiq
This commit is contained in:
parent
742841ddce
commit
30c86d834f
|
@ -14,8 +14,8 @@
|
|||
|
||||
# All settings apply to production only
|
||||
|
||||
# connection pool size
|
||||
db_pool = 5
|
||||
# connection pool size, sidekiq is set to 5, allowing an extra 3 for bg threads
|
||||
db_pool = 8
|
||||
|
||||
# database timeout in milliseconds
|
||||
db_timeout = 5000
|
||||
|
|
Loading…
Reference in New Issue