593594595596597598599600601602603
delUuids.add(uuid); if (delUuids.size() >= this.maxDeleteTokens) { if (this.checkInterrupted()) return; this.deleteDocuments(delUuids); info.numDocsDeleted += delUuids.size(); delUuids.clear(); if (this.checkInterrupted()) return; } } } }