Update service timeout setting from 15s to 90s

This commit is contained in:
Eugen Rochko 2017-02-13 20:31:45 +01:00
parent e3f3c44fb0
commit 03ce24d3bf

View file

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