mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
* Increase pool size to allow for a few extra bg threads in sidekiq
This commit is contained in:
parent
742841ddce
commit
30c86d834f
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue