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
Dumping to zip file repeatedly appends to the zip file one file at a time as they are downloaded. Appending zip files is very inefficient compared to creating the zip file at the end of the download operation.
It will be more useful to just download the files and leave them where they land on the filesystem.
Another useful option would be to just download the files directly and don't zip them at all.
The text was updated successfully, but these errors were encountered:
Dumping to zip file repeatedly appends to the zip file one file at a time as they are downloaded. Appending zip files is very inefficient compared to creating the zip file at the end of the download operation.
It will be more useful to just download the files and leave them where they land on the filesystem.
Another useful option would be to just download the files directly and don't zip them at all.
The text was updated successfully, but these errors were encountered: