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 14:20:31 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-25 14:20:31 +0100
commit36f3da3cde2bc2148e156a5dd09d732a06b44ddd (patch)
treef513a3dcca4750a9a89d252dd9c71a091417d06e /config/database.yml
parente24bfbde1acbef73cd3c58753a572da2bcb59200 (diff)
Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high)
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 de67804d2..259244e6f 100644
--- a/config/database.yml
+++ b/config/database.yml
@@ -1,6 +1,6 @@
 default: &default
   adapter: postgresql
-  pool: 25
+  pool: 5
   timeout: 5000
   encoding: unicode