summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2021-12-21 14:11:24 -0800
committerTim Burke <tim.burke@gmail.com>2021-12-21 14:12:34 -0800
commitfa1058b6ed762b406f3b93c7989b66c114b44e8d (patch)
tree9eb4badf55620d435bda062842270ba93fb6aa51 /etc
parent1b8708d9c589b9d8c9b2e851ec9a5193d43ea57c (diff)
downloadswift-fa1058b6ed762b406f3b93c7989b66c114b44e8d.tar.gz
slo: Default allow_async_delete to true
We've had this option for a year now, and it seems to help. Let's enable it for everyone. Note that Swift clients still need to opt into the async delete via a query param, while S3 clients get it for free. Change-Id: Ib4164f877908b855ce354cc722d9cb0be8be9921
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 de51c7bcc..5cf86b53a 100644
--- a/etc/proxy-server.conf-sample
+++ b/etc/proxy-server.conf-sample
@@ -1090,7 +1090,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.