From 79feb12b28027ee8b35a205ba2a683a85d000d22 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 1 Oct 2025 08:23:30 -0700 Subject: [PATCH] docs: More proxy-server.conf-sample cleanup Change-Id: I99dbd9590ff39343422852e4154f98bc194d161d Signed-off-by: Tim Burke --- etc/proxy-server.conf-sample | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/etc/proxy-server.conf-sample b/etc/proxy-server.conf-sample index a8c8b60e23..e5cbf5335b 100644 --- a/etc/proxy-server.conf-sample +++ b/etc/proxy-server.conf-sample @@ -182,13 +182,15 @@ use = egg:swift#proxy # require_proxy_protocol = false # # 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 -# 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 # -# How long the proxy should cache a set of shard ranges for a container when -# the set is to be used for directing object updates. +# How long (in seconds) the proxy should cache a set of shard ranges for +# 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 # eventually make their way to the correct shard. As a result, you can # usually set this much higher than the existence checks above.