summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-30 13:10:41 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-01-30 13:10:41 +0000
commit556ad57eab8cc2c93b38821a10c51a14345a1181 (patch)
treed19ecb55c576c098e249748b1a5b63df8ed9c347 /configdefinitions
parent568f8d94f3f7120e941ad0ac96b96da1b362ec9f (diff)
GC leftovers from use_per_document_throttled_delete_bucket
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def8
1 files changed, 0 insertions, 8 deletions
diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def
index 950797f8bc2..c7ac1472d30 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -114,11 +114,3 @@ async_operation_throttler_type enum { UNLIMITED, DYNAMIC } default=DYNAMIC
## Only applies if async_operation_throttler_type == DYNAMIC.
## DEPRECATED! use the async_operation_throttler struct instead
async_operation_dynamic_throttling_window_increment int default=20 restart
-
-## If set, DeleteBucket operations are internally expanded to an individually persistence-
-## throttled remove per document stored in the bucket. This makes the cost model of
-## executing a DeleteBucket symmetrical with feeding the documents to the bucket in the
-## first place.
-##
-## This is a live config.
-use_per_document_throttled_delete_bucket bool default=true