automerge / automerge-repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storage Snapshots

acurrieclark opened this issue · comments

There appear to be 2 issues with storage snapshots:

  1. When deleting a document, it's snapshots are not removed. There is an easy fix, but ideally we need a test to match and creating the correct conditions for a snapshot to be taken is not straightforward.
  2. If change is made which would trigger a compaction, followed by a series of other changes in quick succession, a number of snapshots are taken rather than just one.

Closed by #162