Up the number of pooled DB connections to cover both Sidekiq and Puma workers

This commit is contained in:
Eugen Rochko 2016-03-25 15:10:34 +01:00
parent 318886287b
commit bb98ee489d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
default: &default
adapter: postgresql
pool: 5
pool: 10
timeout: 5000
encoding: unicode