Merge "docs: More proxy-server.conf-sample cleanup"

This commit is contained in:
Zuul
2025-10-01 18:39:32 +00:00
committed by Gerrit Code Review

View File

@@ -182,13 +182,15 @@ use = egg:swift#proxy
# require_proxy_protocol = false # require_proxy_protocol = false
# #
# log_handoffs = true # log_handoffs = true
# How long (in seconds) to cache account existence information # How long (in seconds) to cache account existence information. Account
# non-existence will be cached one-tenth as long.
# recheck_account_existence = 60 # recheck_account_existence = 60
# How long (in seconds) to cache container existence information # How long (in seconds) to cache container existence information. Container
# non-existence will be cached one-tenth as long.
# recheck_container_existence = 60 # recheck_container_existence = 60
# #
# How long the proxy should cache a set of shard ranges for a container when # How long (in seconds) the proxy should cache a set of shard ranges for
# the set is to be used for directing object updates. # a container when the set is to be used for directing object updates.
# Note that stale shard range info should be fine; updates will still # Note that stale shard range info should be fine; updates will still
# eventually make their way to the correct shard. As a result, you can # eventually make their way to the correct shard. As a result, you can
# usually set this much higher than the existence checks above. # usually set this much higher than the existence checks above.