This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
optimize global pinning recovery request frequency #2177
Labels
global pinning
experimental implementation of global pinning
If a chunk in a large file is garbage collected, it is likely most of its chunks are garbage collected as well.
This means that we should limit the number of sent recovery requests in the case of having too many file chunks missing and in need of repair.
Conversely, the pinner should reupload the whole file if receives too many repair requests for chunks that are part of a file within a short period.
The text was updated successfully, but these errors were encountered: