Skip to content

Commit 26fc44d

Browse files
committed
removed compression setting
1 parent 832783f commit 26fc44d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

performance/src/test/com/clickhouse/benchmark/clients/BenchmarkBase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ protected static Client getClientV2(boolean includeDb) {
216216
.addEndpoint(Protocol.HTTP, node.getHost(), node.getPort(), isCloud())
217217
.setUsername(getUsername())
218218
.setPassword(getPassword())
219-
.compressClientRequest(true)
220219
.setMaxRetries(0)
221220
.setDefaultDatabase(includeDb ? DB_NAME : "default")
222221
.build();

0 commit comments

Comments
 (0)