You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
well, it can be very easily made to work in an in-memory db
I forgot to mention that to you but I realize now it's going to be great for your purposes.
To make it happen, we must patch mafintosh/multi-master-merge to work on top of another key-value store. Should be easy
Garbage collection is also something mmm must be patched for, since currently it doesn't delete stale log entries. I tried to patch it to do, but it exploded in some cases with KeyNotFound. In theory, this error should just be intercepted and ignored, but I haven't put time into figuring out how to do it
If a torrent hasn't been seeded or recently updated, we can garbage collect it.
Maybe this should be default behaviour, maybe not.
@sammuel86 @jaruba thoughts?
The text was updated successfully, but these errors were encountered: