mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #48070 from den-crane/patch-60
Doc. idle_connection_timeout
This commit is contained in:
commit
c8f59194a3
@ -988,6 +988,16 @@ The interval in microseconds for checking whether request execution has been can
|
||||
|
||||
Default value: 100,000 (checks for cancelling and sends the progress ten times per second).
|
||||
|
||||
## idle_connection_timeout {#idle_connection_timeout}
|
||||
|
||||
Timeout to close idle TCP connections after specified number of seconds.
|
||||
|
||||
Possible values:
|
||||
|
||||
- Positive integer (0 - close immediatly, after 0 seconds).
|
||||
|
||||
Default value: 3600.
|
||||
|
||||
## connect_timeout, receive_timeout, send_timeout {#connect-timeout-receive-timeout-send-timeout}
|
||||
|
||||
Timeouts in seconds on the socket used for communicating with the client.
|
||||
|
Loading…
Reference in New Issue
Block a user