Up the number of pooled DB connections to cover both Sidekiq and Puma workers
This commit is contained in:
parent
318886287b
commit
bb98ee489d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
default: &default
|
||||
adapter: postgresql
|
||||
pool: 5
|
||||
pool: 10
|
||||
timeout: 5000
|
||||
encoding: unicode
|
||||
|
||||
|
|
Loading…
Reference in a new issue