diff --git a/source/java/org/alfresco/repo/admin/patch/impl/FixNameCrcValuesPatch.java b/source/java/org/alfresco/repo/admin/patch/impl/FixNameCrcValuesPatch.java index c71c96a06f..3ee18287f9 100644 --- a/source/java/org/alfresco/repo/admin/patch/impl/FixNameCrcValuesPatch.java +++ b/source/java/org/alfresco/repo/admin/patch/impl/FixNameCrcValuesPatch.java @@ -188,13 +188,12 @@ public class FixNameCrcValuesPatch extends AbstractPatch implements ApplicationE // get the association types to check BatchProcessor batchProcessor = new BatchProcessor(logger, transactionService .getRetryingTransactionHelper(), ruleService, applicationEventPublisher, findMismatchedCrcs(), - "FixNameCrcValuesPatch", 100, 2, 20); + "FixNameCrcValuesPatch", 1000, 2, 20); // Precautionary flush and clear so that we have an empty session getSession().flush(); getSession().clear(); - int updated = batchProcessor.process(new Worker(){ public String getIdentifier(Long entry)