-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
File upload to share of external storage local / copy step after complete #59386
Copy link
Copy link
Open
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: davhotspot: file transfer performanceupload & download performance related optimizationsupload & download performance related optimizations
Description
The file upload from the browser to the share is chunked and responsive, but at the end there is the merge(? zusammenführen) step which just blocks (and may cause timeouts) in which the complete file is copied to its final destination. Which can take a while for "huge" (>=10GByte) files.
I mean its literally a local path, why cant the part file be created and written in its final destination while the upload is happening?
Tidy up reasons if something fails?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: davhotspot: file transfer performanceupload & download performance related optimizationsupload & download performance related optimizations
Type
Projects
Status
To triage