Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 66082b2

Browse files
committed
Using batch of 100 instead of 10000 on bulk
1 parent 71cff7e commit 66082b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ExportIndexCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
103103
$repositoryName,
104104
$indexName
105105
)
106-
->query(Query::create('', $i, 10000))
106+
->query(Query::create('', $i, 100))
107107
->getItems();
108108

109109
if (empty($items)) {

0 commit comments

Comments
 (0)