Skip to content

Commit ce2d460

Browse files
committed
MAGETWO-92887: [Indexer optimizations] Tables sharding / segmentation for price indexer - part 2
- fix proxy
1 parent 859299d commit ce2d460

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/Catalog/etc

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,9 +1088,7 @@
10881088
</type>
10891089
<type name="Magento\Catalog\Model\Indexer\Product\Price\Plugin\TableResolver">
10901090
<arguments>
1091-
<argument name="priceTableResolver" xsi:type="object">
1092-
Magento\Catalog\Model\Indexer\Product\Price\PriceTableResolver\Proxy
1093-
</argument>
1091+
<argument name="priceTableResolver" xsi:type="object">Magento\Catalog\Model\Indexer\Product\Price\PriceTableResolver\Proxy</argument>
10941092
<argument name="storeManager" xsi:type="object">Magento\Store\Model\StoreManagerInterface\Proxy</argument>
10951093
<argument name="context" xsi:type="object">Magento\Framework\App\Http\Context\Proxy</argument>
10961094
<!-- Unccomment after fix issue with Proxy generation -->

0 commit comments

Comments
 (0)