]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Changes to crawler classes (ShareCrawler and AccountingCrawler).
authorDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Wed, 12 Dec 2012 07:01:59 +0000 (07:01 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 4 Aug 2015 17:02:55 +0000 (18:02 +0100)
commit2f6cb414c2c3f960a0e4f27465bf0cfb30d586ca
treefe4a6f17e4d22077473ec6e2278a2cf3ee61fc7f
parent1ecd001f9d9dbad30a3cc3b9ada202990d79c7f7
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