]> cat aescling's git repositories - mastodon.git/commitdiff
Up the number of pooled DB connections to cover both Sidekiq and Puma workers
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 25 Mar 2016 14:10:34 +0000 (15:10 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 25 Mar 2016 14:10:34 +0000 (15:10 +0100)
config/database.yml

index 259244e6f462b92ccf421965f4621074d37a3b68..6dbea4e04da0de1e656cb18e4c56f0fdf10b5aa8 100644 (file)
@@ -1,6 +1,6 @@
 default: &default
   adapter: postgresql
-  pool: 5
+  pool: 10
   timeout: 5000
   encoding: unicode