Skip to content

Commit b2f0e75

Browse files
committed
Uses metadata batch size
1 parent d8c3097 commit b2f0e75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SalesOrdersDataExporter/Console/Command/ExportOnDemmand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private function ensureAssignedUuids(DateTime $from, DateTime $to, OutputInterfa
9494
{
9595
$returnCode = $this->linkCommand->
9696
prepareForExport(
97-
10000,
97+
$this->metadata->getBatchSize(),
9898
$output,
9999
$from->format(DateTimeInterface::W3C),
100100
$to->format(DateTimeInterface::W3C)

0 commit comments

Comments
 (0)