Skip to content

Commit 40aac12

Browse files
committed
ACPT-99: Import API Parallelization
1 parent b643e69 commit 40aac12

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ protected function _importData()
11111111
} else {
11121112
$this->_saveProductsData();
11131113
}
1114-
//$this->_dataSourceModel->markProcessedBunches($this->getIds());
1114+
$this->_dataSourceModel->markProcessedBunches($this->getIds());
11151115
$this->_eventManager->dispatch('catalog_product_import_finish_before', ['adapter' => $this]);
11161116
return true;
11171117
}

0 commit comments

Comments
 (0)