Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incremental save following an incremental load #63

Conversation

acurrieclark
Copy link
Collaborator

Related to automerge/automerge#592

Following a load of a document from storage, then next incremental save is of the whole document. In Automerge 2.0.2 this would throw an error. While the error no longer exists in 2.0.3 we are still bloating the local store unnecessarily.

This ensures that all incremental saves are indeed incremental.

@pvh
Copy link
Member

pvh commented May 25, 2023

landed, thanks!

@pvh pvh closed this May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants