projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cb4574
)
Accounting crawler: re-enable share deletion. refs #1987
author
Daira Hopwood
<daira@jacaranda.org>
Thu, 30 May 2013 17:58:08 +0000
(18:58 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Fri, 17 Apr 2015 21:31:40 +0000
(22:31 +0100)
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
src/allmydata/storage/accounting_crawler.py
patch
|
blob
|
history
diff --git
a/src/allmydata/storage/accounting_crawler.py
b/src/allmydata/storage/accounting_crawler.py
index 9a280df29b212728989cb6c4c5e1855ff329784f..a92755f0cdf71a445a1c6b6303110150a2bab5ec 100644
(file)
--- 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 =
Fals
e
+ self._enable_share_deletion =
Tru
e
def process_prefix(self, cycle, prefix, start_slice):
# Assume that we can list every prefixdir in this prefix quickly.