robbederks / downzip

NPM library to enable client-side code to stream potentially large files into a zipped download
MIT License
35 stars 12 forks source link

Download finishes midway for 6 gb file #43

Closed ErlanBazarov closed 7 months ago

ErlanBazarov commented 7 months ago

I am receving the issue with download finishing midway for 6 gb zip. I am using chrome on mac. Some of the first files inside the downloaded zip open fine, while the other half do not open, and each weigh 400 bytes only. All files are png and open fine through url.

ErlanBazarov commented 7 months ago

I tried 3 times. It stops at approximately 2 gb

ErlanBazarov commented 7 months ago

Oh, I found the issue. It was because the file urls were timing out. Sorry