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 b598b1a commit cdee17fCopy full SHA for cdee17f
performance/src/test/com/clickhouse/benchmark/clients/BenchmarkBase.java
@@ -252,7 +252,6 @@ protected static ClickHouseClient getClientV1() {
252
return ClickHouseClient.builder()
253
.defaultCredentials(ClickHouseCredentials.fromUserAndPassword(getUsername(), getPassword()))
254
.nodeSelector(ClickHouseNodeSelector.of(ClickHouseProtocol.HTTP))
255
- .option(ClickHouseClientOption.MAX_QUEUED_BUFFERS, 1)
256
.build();
257
}
258
protected static Client getClientV2() {
0 commit comments