ClickHouse / clickhouse-java

ClickHouse Java Clients & JDBC Driver
https://clickhouse.com
Apache License 2.0
1.45k stars 536 forks source link

[client-v2] Documentation of `client_network_buffer_size` configuration not reflects the implementation #1950

Open dizider opened 3 days ago

dizider commented 3 days ago

Describe the bug

Documentation describes that the default size of network buffer (client_network_buffer_size property) is 8192 bytes (code), but the real default size is 300 000 bytes (code).

Configuration

Environment