logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 4292cf60ae6b12b689980bce06746fec602bcc57
parent: 18b11100e7d66b5e5f5a2a364423582c6b7d75a9
Author: Eugen <eugen@zeonfederated.com>
Date:   Tue, 10 Jan 2017 22:01:13 +0100

Fix env variable name

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: <%= ENV["DB_POOL"] || ENV['RAILS_MAX_THREADS'] || 5 %> + pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %> timeout: 5000 encoding: unicode