-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work directly on storage in chunk upload mode #15647
Comments
How Intrusive would this be? |
As intrusive as the original fix for non-chunking mode: #12006 |
assuming that the part file assembling is the one that goes directly to the storage instead of using the view. It shouldn't be too different to the other one. It's just that the code is partly duplicated in other places. |
Looks like we might need this for the files locking to work, to avoid double locking. |
@icewind1991 didn't you have a PR for this already ? Or maybe I mixed it up with something else. |
#17811 does chunk assembly direct on the storage |
Right, that was the one. I was confused because it combined the lock fix as well. Closing. |
Follow up from: #12006
This needs to be done for the chunking mode too.
@icewind1991 as discussed here https://github.com/owncloud/core/pull/12006/files#r28233056
@DeepDiver1975 8.1 or 8.2 ?
The text was updated successfully, but these errors were encountered: