DEFFS icon indicating copy to clipboard operation
DEFFS copied to clipboard

Concurrent Write Handling

Open CharlesAverill opened this issue 3 years ago • 0 comments

This must be a configurable option as none of these options are perfect

  • [ ] Store changes locally and only distribute when each potential receiver node has approved the change
  • [ ] Git-like automatic merging (not even sure if this one makes sense, seems like you'd need to decrypt the entire file to find the necessary changes to do the merge, and then re-encrypt, seems very inefficient no matter what)

CharlesAverill avatar May 19 '21 04:05 CharlesAverill