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
When uploading a single large file, e.g. mp4 of size 250MB, the "Aw, Snap!" browser crash happens. This is due to the whole file being in memory and the browser killing the tab.
It should be possible to stream single files and avoid this frontend limitation.
The text was updated successfully, but these errors were encountered:
When uploading a single large file, e.g. mp4 of size 250MB, the "Aw, Snap!" browser crash happens. This is due to the whole file being in memory and the browser killing the tab.
It should be possible to stream single files and avoid this frontend limitation.
The text was updated successfully, but these errors were encountered: