perf: Don't load CRDT state from database by default (#3215)
This commit is contained in:
@@ -52,7 +52,7 @@ export default async function documentPermanentDeleter(documents: Document[]) {
|
||||
}
|
||||
}
|
||||
|
||||
return Document.scope("withUnpublished").destroy({
|
||||
return Document.scope("withDrafts").destroy({
|
||||
where: {
|
||||
id: documents.map((document) => document.id),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user