Skip to content

Commit bdce6ab

Browse files
committed
MAGETWO-64908: Indexation process in non-locking way for EAV indexer
1 parent fd4b631 commit bdce6ab

File tree

1 file changed

+6
-0
lines changed
  • app/code/Magento/Catalog/etc

1 file changed

+6
-0
lines changed

app/code/Magento/Catalog/etc/di.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,4 +988,10 @@
988988
<argument name="frontendResource" xsi:type="object">Magento\Catalog\Model\ResourceModel\Product\Indexer\EavDecimal\FrontendResource</argument>
989989
</arguments>
990990
</type>
991+
<type name="Magento\Catalog\Model\ResourceModel\Product\Indexer\Eav\Source">
992+
<arguments>
993+
<argument name="connectionName" xsi:type="string">indexer</argument>
994+
<argument name="frontendResource" xsi:type="object">Magento\Catalog\Model\ResourceModel\Product\Indexer\Eav\FrontendResource</argument>
995+
</arguments>
996+
</type>
991997
</config>

0 commit comments

Comments
 (0)