Update service timeout setting from 15s to 90s

th-downstream
Eugen Rochko 8 years ago
parent e3f3c44fb0
commit 03ce24d3bf

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

Loading…
Cancel
Save