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

fix(upload): Do not read chunks into memory but just stream file chunks #1153

Merged
merged 1 commit into from
Apr 15, 2024

Commits on Apr 12, 2024

  1. fix(upload): Do not read chunks into memory but just stream file chunks

    Instead of reading file chunks into memory and then upload those chunks,
    we should rather just slice the file and stream it for uploading.
    This prevents browsers to sky rocket the memory consumption.
    
    We no longer need p-limit so drop that dependency.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fcf0b57 View commit details
    Browse the repository at this point in the history