Update service timeout setting from 15s to 90s

main
Eugen Rochko 8 years ago
parent ed9ae70487
commit 138d21aea8

@ -1,4 +1,4 @@
if Rails.env.production? if Rails.env.production?
Rack::Timeout.service_timeout = 15 Rack::Timeout.service_timeout = 90
Rack::Timeout::Logger.disable Rack::Timeout::Logger.disable
end end

Loading…
Cancel
Save