Skip to content

Commit f33b393

Browse files
author
Stanislav Idolov
committed
MAGETWO-64187: Batch size algorithm
1 parent 107882d commit f33b393

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Price/AbstractAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ protected function _copyRelationIndexData($parentIds, $excludeIds = null)
486486
/**
487487
* Retrieve index table that will be used for write operations.
488488
*
489-
* This method is used to during both partial and full reindex to identify the the table.
489+
* This method is used during both partial and full reindex to identify the the table.
490490
*
491491
* @return string
492492
*/

app/code/Magento/Catalog/Model/ResourceModel/Layer/Filter/Price.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,6 @@ protected function _getIndexTableAlias()
394394

395395
/**
396396
* @inheritdoc
397-
* Returns main table name in depends of the suffix stored in the 'indexer_state' table
398-
*
399-
* @return string
400397
*/
401398
public function getMainTable()
402399
{

0 commit comments

Comments
 (0)