Delay piece cache sync to after node is synced #50
Labels
backend
Backend logic
enhancement
New feature or request
farmer
Farmer functionality
good first issue
Good for newcomers
ux
UX-related
Right now piece cache sync will happen right after start, which is not 100% correct because node may not yet be aware of what the latest state of the archival history is.
Delaying it to after sync will both reduce node sync start delay and will avoid potentially replacing some of the pieces with others later on.
The text was updated successfully, but these errors were encountered: