]> 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>
Wed, 9 Apr 2014 00:33:54 +0000 (01:33 +0100)
commitb2b91a6aaf70975f863ba1e247f026a3652badf3
tree35a0276bec038004d36414ade20cdccc834c641e
parenta79d3d69fb3859b0009c7bd94e60b2fe184277c5
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