You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
When a file is changed, the file is downloaded again and not only the changed parts. The same applies if a file with equal blocks was already downloaded. This should be changed.
Idea: A BlockCache interface which can be provided by a dummy implementation (which does nothing) or an implementation which uses downloaded files (where the download was completed) and extra temp files (which would cache blocks for canceled downloads).
The text was updated successfully, but these errors were encountered:
When a file is changed, the file is downloaded again and not only the changed parts. The same applies if a file with equal blocks was already downloaded. This should be changed.
Idea: A BlockCache interface which can be provided by a dummy implementation (which does nothing) or an implementation which uses downloaded files (where the download was completed) and extra temp files (which would cache blocks for canceled downloads).
The text was updated successfully, but these errors were encountered: