logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: bb98ee489d096c438d3e299deb15e47dfe9b5bff
parent: 318886287b289a8caccf19102da8584453ef7faa
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Fri, 25 Mar 2016 15:10:34 +0100

Up the number of pooled DB connections to cover both Sidekiq and Puma workers

Diffstat:

Mconfig/database.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/database.yml b/config/database.yml @@ -1,6 +1,6 @@ default: &default adapter: postgresql - pool: 5 + pool: 10 timeout: 5000 encoding: unicode