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
Currently we download the last chunk of each file once to get the verified size, and then again download them during the actual download. This is 1 KiB of overhead per file - no big deal in many cases, but will be noticeable if you have lots of tiny files.
We could avoid that by writing the chunk we download for the size info.
The text was updated successfully, but these errors were encountered:
Currently we download the last chunk of each file once to get the verified size, and then again download them during the actual download. This is 1 KiB of overhead per file - no big deal in many cases, but will be noticeable if you have lots of tiny files.
We could avoid that by writing the chunk we download for the size info.
The text was updated successfully, but these errors were encountered: