From fa1058b6ed762b406f3b93c7989b66c114b44e8d Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 21 Dec 2021 14:11:24 -0800 Subject: 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 --- doc/saio/swift/proxy-server.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'doc') diff --git a/doc/saio/swift/proxy-server.conf b/doc/saio/swift/proxy-server.conf index 124b36c62..c43c03607 100644 --- a/doc/saio/swift/proxy-server.conf +++ b/doc/saio/swift/proxy-server.conf @@ -34,7 +34,6 @@ use = egg:swift#dlo [filter:slo] use = egg:swift#slo -allow_async_delete = True [filter:container_sync] use = egg:swift#container_sync -- cgit v1.2.1