From: Eugen Rochko Date: Fri, 25 Mar 2016 14:10:34 +0000 (+0100) Subject: Up the number of pooled DB connections to cover both Sidekiq and Puma workers X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=bb98ee489d096c438d3e299deb15e47dfe9b5bff;p=mastodon.git Up the number of pooled DB connections to cover both Sidekiq and Puma workers --- 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