Merge pull request #3327 from sjoerdmulder/patch-2

Fix invalid documentation
This commit is contained in:
alexey-milovidov 2018-10-09 17:13:24 +03:00 committed by GitHub
commit 69036b3da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -278,12 +278,12 @@ Useful for breaking away from a specific network interface.
## keep_alive_timeout
The number of milliseconds that ClickHouse waits for incoming requests before closing the connection.
The number of seconds that ClickHouse waits for incoming requests before closing the connection. Defaults to 10 seconds
**Example**
```xml
<keep_alive_timeout>3</keep_alive_timeout>
<keep_alive_timeout>10</keep_alive_timeout>
```
<a name="server_settings-listen_host"></a>

View File

@ -279,12 +279,12 @@ ClickHouse проверит условия `min_part_size` и `min_part_size_rat
## keep_alive_timeout
Время в миллисекундах, в течение которого ClickHouse ожидает входящих запросов прежде, чем закрыть соединение.
Время в секундах, в течение которого ClickHouse ожидает входящих запросов прежде, чем закрыть соединение.
**Пример**
```xml
<keep_alive_timeout>3</keep_alive_timeout>
<keep_alive_timeout>10</keep_alive_timeout>
```
<a name="server_settings-listen_host"></a>