We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5c598 commit 93030a9Copy full SHA for 93030a9
core/trino-main/src/main/java/io/trino/server/ServerMainModule.java
@@ -202,7 +202,7 @@ protected void setup(Binder binder)
202
203
configBinder(binder).bindConfigDefaults(HttpServerConfig.class, httpServerConfig -> {
204
httpServerConfig.setHttp2MaxConcurrentStreams(32 * 1024); // from the default 16K
205
- httpServerConfig.setCompressionEnabled(true);
+ httpServerConfig.setCompressionEnabled(false);
206
});
207
208
binder.bind(PreparedStatementEncoder.class).in(Scopes.SINGLETON);
0 commit comments