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:
parent
ca85658975
commit
53f0452b70
3 changed files with 0 additions and 9 deletions
|
@ -1,6 +0,0 @@
|
|||
Rack::Timeout::Logger.disable
|
||||
Rack::Timeout.service_timeout = false
|
||||
|
||||
if Rails.env.production?
|
||||
Rack::Timeout.service_timeout = 90
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue