Browse Source

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

closed-social-glitch-2
Eugen Rochko 8 years ago
parent
commit
bb98ee489d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/database.yml

+ 1
- 1
config/database.yml View File

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

Loading…
Cancel
Save