mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 08:56:07 -04:00
[GH-ISSUE #61] Back-off retry of specific Download Errors. #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DecDuck on GitHub (Jul 3, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/61
Depending on the error, we want to retry a download up to 3 or so times. Should improve reliability.
@quexeky commented on GitHub (Aug 2, 2025):
Worth adding this now with the existing redownloading of corrupted chunks do you think?
@DecDuck commented on GitHub (Aug 2, 2025):
Yeah, should be easy enough to implement
Back-off retry of specific Download Errors.to [GH-ISSUE #61] Back-off retry of specific Download Errors.