Skip to content

Commit 32a009a

Browse files
committed
minor javadoc fix
1 parent 6332bd5 commit 32a009a

File tree

1 file changed

+1
-1
lines changed
  • client-v2/src/main/java/com/clickhouse/client/api

1 file changed

+1
-1
lines changed

client-v2/src/main/java/com/clickhouse/client/api/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ public Builder setSharedOperationExecutor(ExecutorService executorService) {
818818
/**
819819
* Set size of a buffers that are used to read/write data from the server. It is mainly used to copy data from
820820
* a socket to application memory and visa-versa. Setting is applied for both read and write operations.
821-
* Default is 8192 bytes.
821+
* Default is 300,000 bytes.
822822
*
823823
* @param size - size in bytes
824824
* @return

0 commit comments

Comments
 (0)