Remove rack-timeout (#7809)
Timeout considered harmful due to leaving the app in a broken state, including unreaped database connections
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
Rack::Timeout::Logger.disable
|
||||
Rack::Timeout.service_timeout = false
|
||||
|
||||
if Rails.env.production?
|
||||
Rack::Timeout.service_timeout = 90
|
||||
end
|
Reference in New Issue
Block a user