* 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
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue