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
It's constant 8kb right now, which is not suited for downloading large files. (100 GB)
Bigger chunk will increase memory usage, but we can easily do upto 500 mb without major issues on new server.
chunk size can be a factor of total size fetched from a HEAD request
The text was updated successfully, but these errors were encountered:
It's constant 8kb right now, which is not suited for downloading large files. (100 GB)
Bigger chunk will increase memory usage, but we can easily do upto 500 mb without major issues on new server.
chunk size can be a factor of total size fetched from a HEAD request
The text was updated successfully, but these errors were encountered: