about summary refs log tree commit diff
path: root/config/database.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-25 15:10:34 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-25 15:10:34 +0100
commitbb98ee489d096c438d3e299deb15e47dfe9b5bff (patch)
treea2321848356a495852faccee61f349d888e04de5 /config/database.yml
parent318886287b289a8caccf19102da8584453ef7faa (diff)
Up the number of pooled DB connections to cover both Sidekiq and Puma workers
Diffstat (limited to 'config/database.yml')
-rw-r--r--config/database.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.yml b/config/database.yml
index 259244e6f..6dbea4e04 100644
--- a/config/database.yml
+++ b/config/database.yml
@@ -1,6 +1,6 @@
 default: &default
   adapter: postgresql
-  pool: 5
+  pool: 10
   timeout: 5000
   encoding: unicode