fix: CRDT creation touches document updated timestamp (#3482)

fix: Race condition in collaboration document persistence
This commit is contained in:
Tom Moor
2022-05-01 08:30:07 -07:00
committed by GitHub
parent bb074edb0d
commit 5cd4ecd34a
2 changed files with 56 additions and 46 deletions

View File

@@ -54,6 +54,7 @@ export default class PersistenceExtension implements Extension {
state: Buffer.from(state),
},
{
silent: true,
hooks: false,
transaction,
}