Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Adding support for large file handling #66

Description

@ironmaniiith

Even in the updated export support (#54), the way export files is done is to have a complete zip file built in memory and then sent in the response. This is a problem in case we have large files that needs to be exported, which may eventually crash up the server running the main website as well. This needs to fixed by adding a support where we can serve the files by streaming them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions