-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow option to delete + redownload files #21
Comments
Presumably your intention is to redownload corrupt files. So far, everytime I've downloaded files larger than several megabytes, the files have been corrupt, each time with a different hash. So deleting and redownloading is not a dependable solution to corruption. |
So to put some example figures to that, suppose that a 1GiB file has a 1/2 chance of not being corrupt and that the error rate is uniform. A 2GiB file therefore has a 1/4 chance of not being corrupt, a 3GiB file has a 1/8 chance, 4GiB has 1/16 chance, etc.. A 10GiB file would have a 1/1024 chance of not being corrupt, so, on average, without the repair mechanism that I suggest, you'd have a download amplification factor of about 1024 and would be bored sick of manually restarting the thing! :-] |
Re-downloading a file should be as easy as pressing a button.
Currently there is no such feature requiring the user to
Suggestion is a simple redownload button in the file details view.
The text was updated successfully, but these errors were encountered: