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 74b87dd commit 5c99223Copy full SHA for 5c99223
client-v2/src/test/java/com/clickhouse/client/ClientTests.java
@@ -296,8 +296,8 @@ public void testWithOldDefaults() {
296
.useHttpCompression(false)
297
.appCompressedData(false)
298
.setSocketTimeout(0, SECONDS)
299
- .setSocketRcvbuf(8196)
300
- .setSocketSndbuf(8196)
+ .setSocketRcvbuf(804800)
+ .setSocketSndbuf(804800)
301
.build()) {
302
Map<String, String> config = client.getConfiguration();
303
for (ClientConfigProperties p : ClientConfigProperties.values()) {
0 commit comments