summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-09-26 19:08:11 +0000
committerGerrit Code Review <review@openstack.org>2022-09-26 19:08:11 +0000
commit8ab6af27c5722f4583d31f8c8c9e71f78b0075d2 (patch)
tree1324a0b4961188b0d425c48b3869ea2b45cd41ce /etc
parentc96d2bdd529f3d203dc19db720a825e2c6888331 (diff)
parent5c6407bf591121fa10f8a8b10d22b3a64b9c4fe9 (diff)
downloadswift-8ab6af27c5722f4583d31f8c8c9e71f78b0075d2.tar.gz
Merge "proxy: Add a chance to skip memcache for get_*_info calls"
Diffstat (limited to 'etc')
-rw-r--r--etc/proxy-server.conf-sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/proxy-server.conf-sample b/etc/proxy-server.conf-sample
index 44a456219..0c14d8072 100644
--- a/etc/proxy-server.conf-sample
+++ b/etc/proxy-server.conf-sample
@@ -153,8 +153,10 @@ use = egg:swift#proxy
# data is present in memcache, we can periodically refresh the data in memcache
# without causing a thundering herd. Values around 0.0 - 0.1 (i.e., one in
# every thousand requests skips cache, or fewer) are recommended.
+# container_existence_skip_cache_pct = 0.0
# container_updating_shard_ranges_skip_cache_pct = 0.0
# container_listing_shard_ranges_skip_cache_pct = 0.0
+# account_existence_skip_cache_pct = 0.0
#
# object_chunk_size = 65536
# client_chunk_size = 65536