I've been getting this error when saving 2 properties in my Page collection within a short time.
I'm suspecting it has something to do with the nested-docs plugin, that has a few hooks running, and they can't keep up with the autosave feature?
I'm using 250ms for the interval, because this makes the live-preview look smooth.
versions: {
maxPerDoc: 50,
drafts: {
autosave: {
interval: 250,
},
},
},
Has anyone experienced this? Is my hunch correct?