4c0fd91dcc
This patch adds a prelude to the stein release notes and fixes some formatting issues in previous Stein release notes. Change-Id: Ic0e8d9e70eb61ef471304ecfd9985c8da0725b3d
12 lines
450 B
YAML
12 lines
450 B
YAML
---
|
|
features:
|
|
- |
|
|
Listeners default timeouts can be set by config in section haproxy_amphora:
|
|
|
|
* `timeout_client_data`: Frontend client inactivity timeout
|
|
* `timeout_member_connect`: Backend member connection timeout
|
|
* `timeout_member_data`: Backend member inactivity timeout
|
|
* `timeout_tcp_inspect`: Time to wait for TCP packets for content inspection
|
|
|
|
The value for all of these options is expected to be in milliseconds.
|