mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
3 lines
281 B
Plaintext
3 lines
281 B
Plaintext
The storage protocol operation ``add_lease`` now safely rejects an attempt to add a 4,294,967,296th lease to an immutable share.
|
|
Previously this failed with an error after recording the new lease in the share file, resulting in the share file losing track of a one previous lease.
|