We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c3097 commit b2f0e75Copy full SHA for b2f0e75
1 file changed
SalesOrdersDataExporter/Console/Command/ExportOnDemmand.php
@@ -94,7 +94,7 @@ private function ensureAssignedUuids(DateTime $from, DateTime $to, OutputInterfa
94
{
95
$returnCode = $this->linkCommand->
96
prepareForExport(
97
- 10000,
+ $this->metadata->getBatchSize(),
98
$output,
99
$from->format(DateTimeInterface::W3C),
100
$to->format(DateTimeInterface::W3C)
0 commit comments