summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-12-01 19:25:50 +0000
committerGerrit Code Review <review@openstack.org>2022-12-01 19:25:50 +0000
commit0470994a0352edbf380ced25fe3cac2ccefbeb69 (patch)
tree8ac86e199dc6d66ff937f0b3c20d0855dd02940a /etc
parent662ef280836178bfd1030cffbf686db14882a6f8 (diff)
parentfa1058b6ed762b406f3b93c7989b66c114b44e8d (diff)
downloadswift-0470994a0352edbf380ced25fe3cac2ccefbeb69.tar.gz
Merge "slo: Default allow_async_delete to true"
Diffstat (limited to 'etc')
-rw-r--r--etc/proxy-server.conf-sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/proxy-server.conf-sample b/etc/proxy-server.conf-sample
index 0c14d8072..d2db8d752 100644
--- a/etc/proxy-server.conf-sample
+++ b/etc/proxy-server.conf-sample
@@ -1093,7 +1093,7 @@ use = egg:swift#slo
# `?multipart-manifest=delete&async=on`. You may want to keep this off if it
# negatively impacts your expirers; in that case, the deletes will still
# be done as part of the client request.
-# allow_async_delete = false
+# allow_async_delete = true
# Note: Put after auth and staticweb in the pipeline.
# If you don't put it in the pipeline, it will be inserted for you.