]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Changes to crawler classes (ShareCrawler and AccountingCrawler).
authorDaira Hopwood <daira@jacaranda.org>
Wed, 12 Dec 2012 07:01:59 +0000 (07:01 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 16 Oct 2015 16:25:05 +0000 (17:25 +0100)
commit269c02cab2eb64e9fa0c1361db99a925ed35d60b
treef9de5134ede76892b55ed936d4afc17393d09ef6
parent22636cc51a4f0186bea43c394d7e69ee68fddd56
Changes to crawler classes (ShareCrawler and AccountingCrawler).
Pass in a Clock to allow (in theory) deterministic testing, although this isn't used yet by tests.
Simplify the generic ShareCrawler code by not attempting to track state during processing
of a single prefix.

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
src/allmydata/storage/accounting_crawler.py
src/allmydata/storage/crawler.py