Sharing a document thru Y.js ad ProseMirror, over a network, in a Client-Server environment, I found the document size at server-side continuously growing while the document is being edited. I have seen all the deleted items still present and never removed over time. I should find some solution to that because I have detected memory issues on server-side.
Have You ever hit this issue? any suggestion?
thanks in advance
I try to locate and debug the source code involved in the document update, to try to customize the document update behaviour, trying to refresh and restore the document removing the 'deleted' items, but I hit into the document-id shared with clients and the clients loose the sink with server on next updates...