]> 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, 17 Apr 2015 21:31:02 +0000 (22:31 +0100)
commit63f181050d8b87addb718e07e4f6976fd7729404
tree3d270f80eb247508dcb184838e82c50b4206c1f2
parent31102ff2bbc398361c51b9cde063b0edb868ac1d
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