octavia/releasenotes/notes/bug-1797130-8c9bfa50d9b6c955.yaml
Michael Johnson 4c0fd91dcc Add a prelude to the Stein release notes
This patch adds a prelude to the stein release notes and fixes some
formatting issues in previous Stein release notes.

Change-Id: Ic0e8d9e70eb61ef471304ecfd9985c8da0725b3d
2019-03-09 00:07:06 +00:00

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.