Browse Source

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

pull/5/head
Eugen Rochko 10 years ago
parent
commit
bb98ee489d
  1. 2
      config/database.yml

2
config/database.yml

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

Loading…
Cancel
Save