You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.