Skip to content

Commit 5c99223

Browse files
authored
Update ClientTests.java
1 parent 74b87dd commit 5c99223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client-v2/src/test/java/com/clickhouse/client/ClientTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ public void testWithOldDefaults() {
296296
.useHttpCompression(false)
297297
.appCompressedData(false)
298298
.setSocketTimeout(0, SECONDS)
299-
.setSocketRcvbuf(8196)
300-
.setSocketSndbuf(8196)
299+
.setSocketRcvbuf(804800)
300+
.setSocketSndbuf(804800)
301301
.build()) {
302302
Map<String, String> config = client.getConfiguration();
303303
for (ClientConfigProperties p : ClientConfigProperties.values()) {

0 commit comments

Comments
 (0)