mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
The lease-checker now uses JSON instead of pickle to serialize its state.
|
|
|
|
tahoe will now refuse to run until you either delete all pickle files or
|
|
migrate them using the new command::
|
|
|
|
tahoe admin migrate-crawler
|
|
|
|
This will migrate all crawler-related pickle files.
|