Changes between Initial Version and Version 1 of Ticket #1862, comment 3


Ignore:
Timestamp:
2013-08-06T23:09:47Z (12 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1862, comment 3

    initial v1  
    1010'''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.
    1111
    12 When the leasedb changes are integrated (currently planned for Tahoe-LAFS v1.11.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.
     12When 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.