Merge pull request #7978 from Felixoid/doc_kill_http

Add cancel_http_readonly_queries_on_client_close description
This commit is contained in:
alexey-milovidov 2019-12-03 02:33:51 +03:00 committed by GitHub
commit 908cd241a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -605,6 +605,13 @@ Timeouts in seconds on the socket used for communicating with the client.
Default value: 10, 300, 300.
## cancel_http_readonly_queries_on_client_close
Cancels HTTP readonly queries (e.g. SELECT) when a client closes the connection without waiting for response.
Default value: 0
## poll_interval
Lock in a wait loop for the specified number of seconds.

View File

@ -580,6 +580,12 @@ Default value: 10000 seconds.
Значение по умолчанию: 10, 300, 300.
## cancel_http_readonly_queries_on_client_close
Отменяет HTTP readonly запросы (например, SELECT), когда клиент обрывает соединение до завершения получения данных.
Значение по умолчанию: 0
## poll_interval
Блокироваться в цикле ожидания запроса в сервере на указанное количество секунд.