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
There is need to improve how ZIP exports work since when preparing a zip export for a form with a large number of attachments the API seems to timeout or cancels the export task. One way this could be addressed could be splitting the large zip archive into multiple, smaller chunks instead of loading the entire zip file to memory. We could explore libraries such as split-file-reader to achieve this
The text was updated successfully, but these errors were encountered:
There is need to improve how ZIP exports work since when preparing a zip export for a form with a large number of attachments the API seems to timeout or cancels the export task. One way this could be addressed could be splitting the large zip archive into multiple, smaller chunks instead of loading the entire zip file to memory. We could explore libraries such as split-file-reader to achieve this
The text was updated successfully, but these errors were encountered: