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 16:10:14 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-25 16:10:14 +0100
commit5764d52b04b04381d52896737eb2ffdfe1f87cfd (patch)
treecf8d3b6a1706df893bea320ac590ed0e73afc94f /config/database.yml
parentbb98ee489d096c438d3e299deb15e47dfe9b5bff (diff)
Fix Sidekiq pooling issues. Remove API docs from homepage, replace with
a basic home timeline
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 6dbea4e04..da88c65a0 100644
--- a/config/database.yml
+++ b/config/database.yml
@@ -1,6 +1,6 @@
 default: &default
   adapter: postgresql
-  pool: 10
+  pool: 15
   timeout: 5000
   encoding: unicode