Skip to content

Commit ca65d64

Browse files
committed
ACPT-99: Import API Parallelization
1 parent e8ee3ab commit ca65d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Model/Import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ public function importSource()
525525
}
526526
try {
527527
if ($this->_getEntityAdapter()->getSource() instanceof Base64EncodedCsvData) {
528-
$this->getDataSourceModel()->cleanBunchesWithId($ids);
528+
//$this->getDataSourceModel()->cleanBunchesWithId($ids);
529529
}
530530
// phpcs:ignore Magento2.CodeAnalysis.EmptyBlock
531531
} catch (LocalizedException $e) {

0 commit comments

Comments
 (0)