logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 138d21aea84c376fea0100580f11cbf2b500914d
parent: ed9ae704876461eb91bd9a12a3a5b00b78273ba7
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Mon, 13 Feb 2017 20:31:45 +0100

Update service timeout setting from 15s to 90s

Diffstat:

Mconfig/initializers/timeout.rb2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/initializers/timeout.rb b/config/initializers/timeout.rb @@ -1,4 +1,4 @@ if Rails.env.production? - Rack::Timeout.service_timeout = 15 + Rack::Timeout.service_timeout = 90 Rack::Timeout::Logger.disable end