From 5b31c2453501084c217c5ad616669eb1f18920d8 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Thu, 30 May 2013 18:58:08 +0100 Subject: [PATCH] Accounting crawler: re-enable share deletion. refs #1987 Signed-off-by: Daira Hopwood --- src/allmydata/storage/accounting_crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/storage/accounting_crawler.py b/src/allmydata/storage/accounting_crawler.py index 9a280df2..a92755f0 100644 --- a/src/allmydata/storage/accounting_crawler.py +++ b/src/allmydata/storage/accounting_crawler.py @@ -34,7 +34,7 @@ class AccountingCrawler(ShareCrawler): def __init__(self, backend, statefile, leasedb, clock=None): ShareCrawler.__init__(self, backend, statefile, clock=clock) self._leasedb = leasedb - self._enable_share_deletion = False + self._enable_share_deletion = True def process_prefix(self, cycle, prefix, start_slice): # Assume that we can list every prefixdir in this prefix quickly. -- 2.45.2