Changes between Version 1 and Version 2 of Ticket #1862, comment 3
- Timestamp:
- 2014-03-05T02:58:25Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1862, comment 3
v1 v2 6 6 }}} 7 7 8 This setting is documented in [source: git/docs/garbage-collection.rst#L77 docs/garbage-collection.rst], but the current documentation implies that no units shorter than a day are supported. Actually seconds are the default unit (or can be given as 's').8 This setting is documented in [source:docs/garbage-collection.rst#L77 docs/garbage-collection.rst], but the current documentation implies that no units shorter than a day are supported. Actually seconds are the default unit (or can be given as 's'). 9 9 10 '''However''', there is another obstacle to removing shares quickly, which is that the lease crawler runs no more than every 12 hours ([source: git/src/allmydata/storage/expirer.py#L49]). You can modify that line to make it run more often.10 '''However''', there is another obstacle to removing shares quickly, which is that the lease crawler runs no more than every 12 hours ([source:src/allmydata/storage/expirer.py#L49]). You can modify that line to make it run more often. 11 11 12 12 When the leasedb changes are integrated (currently planned for Tahoe-LAFS ~~v1.11.0~~ v1.12.0), we can probably check for expired leases much more often (or potentially calculate what the next lease might expire and wait until exactly that time to re-check it). See #1833 for that.
