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
Gemfile
1
Gemfile
|
@ -66,7 +66,6 @@ gem 'pundit', '~> 1.1'
|
|||
gem 'premailer-rails'
|
||||
gem 'rack-attack', '~> 5.2'
|
||||
gem 'rack-cors', '~> 1.0', require: 'rack/cors'
|
||||
gem 'rack-timeout', '~> 0.4'
|
||||
gem 'rails-i18n', '~> 5.1'
|
||||
gem 'rails-settings-cached', '~> 0.6'
|
||||
gem 'redis', '~> 4.0', require: ['redis', 'redis/connection/hiredis']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue