14 lines
510 B
YAML
14 lines
510 B
YAML
|
---
|
||
|
features:
|
||
|
- |
|
||
|
Octavia default timeouts for backend member and frontend client
|
||
|
can be set by params exposed in template:
|
||
|
|
||
|
* `OctaviaTimeoutClientData`: Frontend client inactivity timeout
|
||
|
* `OctaviaTimeoutMemberConnect`: Backend member connection timeout
|
||
|
* `OctaviaTimeoutMemberData`: Backend member inactivity timeout
|
||
|
* `OctaviaTimeoutTcpInspect`: Time to wait for TCP packets for content inspection
|
||
|
|
||
|
The value for all of these options is expected to be in milliseconds.
|
||
|
|