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 working with big file chunking which works nice so far 👍 there is one problem that should be fixed: The upload of the last chunk takes long, way longer than all the other uploads. This is because the resulting file is assembled in that step which takes long long for big files. Maybe its also because of versioning?!
That is NOT only a cosmetic thing but since we can easily run into timeouts with larger files which causes big inconvenience for the user: The long upload has finished, but while assembling the server times out. Exactly to avoid that was one of the initial ideas of big file chunking.
Tested with stable5 branch.
The text was updated successfully, but these errors were encountered:
I’m closing this issue because it has been inactive for a few months. This probably means that the issue is not reproducible or it has been fixed in a newer version.
Please reopen if you still encounter this issue with the latest stable version (currently ownCloud 5.0.9) and then please use the issue template. You an also contribute directly by providing a patch – see the developer manual. :)
When working with big file chunking which works nice so far 👍 there is one problem that should be fixed: The upload of the last chunk takes long, way longer than all the other uploads. This is because the resulting file is assembled in that step which takes long long for big files. Maybe its also because of versioning?!
That is NOT only a cosmetic thing but since we can easily run into timeouts with larger files which causes big inconvenience for the user: The long upload has finished, but while assembling the server times out. Exactly to avoid that was one of the initial ideas of big file chunking.
Tested with stable5 branch.
The text was updated successfully, but these errors were encountered: