Merge branch '2.2' into develop

This commit is contained in:
Esa Korhonen
2018-09-11 12:57:19 +03:00
18 changed files with 255 additions and 108 deletions

View File

@ -31,7 +31,9 @@ monitor_interval=2500
### `backend_connect_timeout`
This parameter controls the timeout for connecting to a monitored server. It is in seconds and the minimum value is 1 second. The default value for this parameter is 3 seconds.
This parameter controls the timeout for connecting to a monitored server. It is
in seconds and the minimum value is 1 second. The default value for this
parameter is 3 seconds.
```
backend_connect_timeout=6
@ -39,7 +41,9 @@ backend_connect_timeout=6
### `backend_write_timeout`
This parameter controls the timeout for writing to a monitored server. It is in seconds and the minimum value is 1 second. The default value for this parameter is 2 seconds.
This parameter controls the timeout for writing to a monitored server. It is in
seconds and the minimum value is 1 second. The default value for this parameter
is 3 seconds.
```
backend_write_timeout=4
@ -47,7 +51,9 @@ backend_write_timeout=4
### `backend_read_timeout`
This parameter controls the timeout for reading from a monitored server. It is in seconds and the minimum value is 1 second. The default value for this parameter is 1 seconds.
This parameter controls the timeout for reading from a monitored server. It is
in seconds and the minimum value is 1 second. The default value for this
parameter is 3 seconds.
```
backend_read_timeout=2