Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dumping to zip file repeatedly appends to the zip file #35

Open
kriston opened this issue Mar 20, 2018 · 0 comments
Open

Dumping to zip file repeatedly appends to the zip file #35

kriston opened this issue Mar 20, 2018 · 0 comments

Comments

@kriston
Copy link

kriston commented Mar 20, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant