When inspecting a bunch of entities and all the status callbacks return false the module tries to delete those entities from the index.
This is a good behavior but it also executes a commit, making the batch processing very slow.

The delete will automatically happen after the designated time (mostly between 2 and 3 minutes) so we can safely remove this

CommentFileSizeAuthor
#1 1536600-1.patch1.2 KBnick_vh

Comments

nick_vh’s picture

Status: Active » Needs review
StatusFileSize
new1.2 KB
nick_vh’s picture

Status: Needs review » Fixed

Committed

nick_vh’s picture

Status: Fixed » Patch (to be ported)
nick_vh’s picture

Version: 7.x-1.x-dev » 6.x-3.x-dev
nick_vh’s picture

Status: Patch (to be ported) » Closed (fixed)

Committed to D6

nick_vh’s picture

Issue summary: View changes

Updated issue summary.