8923935df2
Default timeouts for backend member and frontend client can be set now via config file. Timeouts exposed in config in section haproxy_amphora: * timeout_client_data * timeout_member_connect * timeout_member_data * timeout_tcp_inspect Change-Id: I6e1be42c5c15c4171b012734e4c2a1fded51dbc7 Partial-Bug: 1797130 Story: 2004042 Task: 27046
11 lines
454 B
YAML
11 lines
454 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. |