Merge pull request #48070 from den-crane/patch-60

Doc. idle_connection_timeout
This commit is contained in:
Dan Roscigno 2023-03-27 15:17:08 -04:00 committed by GitHub
commit c8f59194a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.