From: Daira Hopwood Date: Thu, 30 May 2013 17:58:08 +0000 (+0100) Subject: Accounting crawler: re-enable share deletion. refs #1987 X-Git-Url: https://git.rkrishnan.org/frontends/wapi.txt?a=commitdiff_plain;h=5b31c2453501084c217c5ad616669eb1f18920d8;p=tahoe-lafs%2Ftahoe-lafs.git Accounting crawler: re-enable share deletion. refs #1987 Signed-off-by: Daira Hopwood --- 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.