Open ChrisSchinnerl opened 6 years ago
Theoretically a Ybps
is 2^80
bps which is too large for the uint64
of bandwidthUnit
but you can never be future proof enough :P
Something that still bothers me is the way we update the progress of the download. We only update it whenever a chunk is complete instead of when a piece is complete. That means that downloading a 40MB file will be stuck at 0% until the chunk is downloaded an then go right to 100%.
Resolves #3148 Resolves #3147
demo