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

master
Eugen Rochko 8 years ago
parent 318886287b
commit bb98ee489d
  1. 2
      config/database.yml

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

Loading…
Cancel
Save