From: Eugen Rochko Date: Mon, 13 Feb 2017 19:31:45 +0000 (+0100) Subject: Update service timeout setting from 15s to 90s X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=138d21aea84c376fea0100580f11cbf2b500914d;p=mastodon.git Update service timeout setting from 15s to 90s --- diff --git a/config/initializers/timeout.rb b/config/initializers/timeout.rb index 643780884..06a29492e 100644 --- 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