Remove rack-timeout (#7809)
Timeout considered harmful due to leaving the app in a broken state, including unreaped database connections
... | ... | @@ -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'] | ||
... | ... |
config/initializers/timeout.rb
deleted
100644 → 0
Please register or sign in to comment