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 Jan 6, 2020. It is now read-only.
When we try to read a file which has a chunk missing, for each increment of the offset pointer that falls within the chunk we re-try to retrieve it, only to fail every time.
Encrypt needs to be aware which chunks it already tried to retrieve unsuccessfully to prevent this. Since we don't know whether the chunk is only unavailable temporarily, we need to re-try after a certain period of time.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Migrated from maidsafe-archive/MaidSafe#57
When we try to read a file which has a chunk missing, for each increment of the offset pointer that falls within the chunk we re-try to retrieve it, only to fail every time.
Encrypt needs to be aware which chunks it already tried to retrieve unsuccessfully to prevent this. Since we don't know whether the chunk is only unavailable temporarily, we need to re-try after a certain period of time.
The text was updated successfully, but these errors were encountered: