
This setting defaults to node_timeout if unset, which affects HEAD, GET and PUT requests. However, it makes sense to keep the timeout for GET and HEAD requests shorter to allow quicker recovery and prevent client timeouts. Change-Id: I2f56bc456427d5deb30d86ad70e890d0897ef0c9
8 lines
314 B
YAML
8 lines
314 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new proxy config option to set recoverable_node_timeout. This
|
|
setting defaults to node_timeout, which affects HEAD, GET and PUT requests.
|
|
However, it makes sense to keep the timeout for GET and HEAD requests
|
|
shorter to allow quicker recovery and prevent client timeouts.
|