Skip to content

Commit 2904451

Browse files
Merge pull request #6277 from NHSDigital/MAV-3446_fix_falcon_deflater_issues
Use Falcon's built-in gzip compression
2 parents 69c838b + 0e335a1 commit 2904451

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

config/application.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ class Application < Rails::Application
5656
] = "postgres://#{username}:#{password}@#{host}:#{port}/#{dbname}"
5757
end
5858

59-
config.middleware.use Rack::Deflater
60-
6159
# Configuration for the application, engines, and railties goes here.
6260
#
6361
# These settings can be overridden in specific environments using the files

0 commit comments

Comments
 (0)