Skip to content

Commit 40988cb

Browse files
committed
TASK: Set batchSize to 2500
1 parent 3f0737b commit 40988cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/Command/NodeIndexQueueCommandController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function buildCommand($workspace = null)
103103
protected function indexWorkspace($workspaceName, $indexPostfix)
104104
{
105105
$offset = 0;
106-
$batchSize = 20;
106+
$batchSize = 1500;
107107
while (true) {
108108
$iterator = $this->nodeDataRepository->findAllBySiteAndWorkspace($workspaceName, $offset, $batchSize);
109109

0 commit comments

Comments
 (0)