Skip to content

[unzip] Increase archive size #239

Description

@jeffreyvangorkum

Currently it seems unzip only allows for archives up to 64MB, but that's a bit on the small side. Any way to increase this? Thanks!

Image

zip.js should be more than capable of handling archives up to 4GB. I did a test build that increases the maxsize of 64M to 1024M and that's working fine.

const MAX_SIZE_MB = 64 // in mb to const MAX_SIZE_MB = 1024 // in mb

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions