ouisync icon indicating copy to clipboard operation
ouisync copied to clipboard

Properly support concurrent file writes

Open madadam opened this issue 2 years ago • 1 comments
trafficstars

Concurrent writes were disabled for simplicity - the previous implementation was buggy and non-trivial to fix. Write concurrency is currently low-priority feature (it's not needed for the mobile apps) so disabling it seems like the easiest way forward for now.

Eventually we should bring write concurrency back, but implemented it properly. Ideally we should mimic the behaviour of established, POSIX-compliant filesystems.

madadam avatar Nov 22 '22 14:11 madadam

https://redmine.equalit.ie/issues/31630

IvanaBlzvc avatar May 08 '25 09:05 IvanaBlzvc