Update service timeout setting from 15s to 90s

lolsob-rspec
Eugen Rochko 2017-02-13 20:31:45 +01:00
parent e3f3c44fb0
commit 03ce24d3bf
1 changed files with 1 additions and 1 deletions

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