Remove rack-timeout (#7809)
Timeout considered harmful due to leaving the app in a broken state, including unreaped database connectionsmaster
parent
ca85658975
commit
53f0452b70
@ -1,6 +0,0 @@ |
||||
Rack::Timeout::Logger.disable |
||||
Rack::Timeout.service_timeout = false |
||||
|
||||
if Rails.env.production? |
||||
Rack::Timeout.service_timeout = 90 |
||||
end |
Loading…
Reference in new issue