Skip to content

Improve upload logic

Ahmon Dancy requested to merge review/dancy/improve-uploads into main

Avoid extra copying by allowing uploading directly into the filesystem CAS. This is efficient and reduces the amount of time the database lock is held.

Note: Any existing storage needs to be deleted and started from scratch (schema changes)

Edited by Ahmon Dancy

Merge request reports