NebulousLabs / Sia

Blockchain-based marketplace for file storage. Project has moved to GitLab: https://gitlab.com/NebulousLabs/Sia
https://sia.tech
MIT License
2.71k stars 442 forks source link

Report download progress per piece instead of per chunk #3165

Open ChrisSchinnerl opened 5 years ago

ChrisSchinnerl commented 5 years ago

This PR changes the reporting of the download progress to be incremented every time a piece is done downloading instead of a whole chunk. That way we get better progress/speed reporting (especially for files smaller than 1 chunk). demo