bb0447e98b
Various timeout options need to be exposed to enable use-cases more complex than standard HTTP requests. In this patch we expose four new timeout values: * timeout_client_data * timeout_member_connect * timeout_member_data * timeout_tcp_inspect Change-Id: Id4667201c1bfaa06f7af9060c936ba00c2f314f9 Story: 1457556 Task: 5453
12 lines
415 B
YAML
12 lines
415 B
YAML
---
|
|
features:
|
|
- |
|
|
Listeners have four new timeout settings:
|
|
|
|
* `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 fields is expected to be in milliseconds.
|