implement undo-history garbage-collection and size limit
elkowar opened this issue · 0 comments
elkowar commented
Currently, we're infinitely accumulating undo history events, which bloats both the undo history and our CRDT.
At a given max history length, we should discard older entries. Ever so often we should run garbage collection on the discarded entries.