Skip to content

Commit 7f0d189

Browse files
committedMar 11, 2025
Disable gzip compression
1 parent 8d2c8bb commit 7f0d189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎core/trino-main/src/main/java/io/trino/server/ServerMainModule.java

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ protected void setup(Binder binder)
211211

212212
configBinder(binder).bindConfigDefaults(HttpServerConfig.class, httpServerConfig -> {
213213
httpServerConfig.setHttp2MaxConcurrentStreams(32 * 1024); // from the default 16K
214+
httpServerConfig.setCompressionEnabled(false);
214215
});
215216

216217
binder.bind(PreparedStatementEncoder.class).in(Scopes.SINGLETON);

0 commit comments

Comments
 (0)