]> 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>
Fri, 10 Jul 2015 03:35:30 +0000 (04:35 +0100)
commitf2f8a7c2d9b422b01cea60d1828d791f8a6f9642
treedd2d011c6830ea3fb87cf6318e9aedd02b6ca267
parent656fdcc6f5901cea76d7571536b31cf069edfc46
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