improve mem usage by conditional execution of the integration part (step throught the integration if there are conflicting items)
This commit is contained in:
@@ -68,7 +68,7 @@ export class ContentDeleted {
|
||||
*/
|
||||
integrate (transaction, item) {
|
||||
addToDeleteSet(transaction.deleteSet, item.id, this.len)
|
||||
item.deleted = true
|
||||
item.markDeleted()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user