Remove Rack::Deflater (#17937)

Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
This commit is contained in:
gol-cha 2022-08-13 22:40:00 +09:00 committed by GitHub
parent e6979aa6d4
commit 8d33189104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ module Mastodon
config.active_job.queue_adapter = :sidekiq
config.middleware.use Rack::Attack
config.middleware.use Rack::Deflater
config.middleware.use Mastodon::RackMiddleware
config.to_prepare do