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 6332bd5 commit 32a009aCopy full SHA for 32a009a
client-v2/src/main/java/com/clickhouse/client/api/Client.java
@@ -818,7 +818,7 @@ public Builder setSharedOperationExecutor(ExecutorService executorService) {
818
/**
819
* Set size of a buffers that are used to read/write data from the server. It is mainly used to copy data from
820
* a socket to application memory and visa-versa. Setting is applied for both read and write operations.
821
- * Default is 8192 bytes.
+ * Default is 300,000 bytes.
822
*
823
* @param size - size in bytes
824
* @return
0 commit comments