Files
puppet-swift/releasenotes/notes/proxy-recoverable-node-timeout-setting-f2520a2f6ff79433.yaml
Christian Schwede 4d9315ec54 Add proxy config option to set recoverable_node_timeout
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
2020-09-11 15:24:21 +02:00

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.