Skip to content

Commit 93030a9

Browse files
committed
Benchmark without compression
1 parent fb5c598 commit 93030a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ protected void setup(Binder binder)
202202

203203
configBinder(binder).bindConfigDefaults(HttpServerConfig.class, httpServerConfig -> {
204204
httpServerConfig.setHttp2MaxConcurrentStreams(32 * 1024); // from the default 16K
205-
httpServerConfig.setCompressionEnabled(true);
205+
httpServerConfig.setCompressionEnabled(false);
206206
});
207207

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

0 commit comments

Comments
 (0)