Skip to content

Commit d8b5f70

Browse files
author
Stanislav Idolov
committed
MAGETWO-64187: Batch size algorithm
1 parent b88d1bf commit d8b5f70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Indexer/BatchSizeManagementInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ interface BatchSizeManagementInterface
1616
* Ensure memory size for data in batch.
1717
*
1818
* @param AdapterInterface $adapter database adapter.
19+
* @param int $batchSize
1920
* @return void
2021
*/
2122
public function ensureBatchSize(\Magento\Framework\DB\Adapter\AdapterInterface $adapter, $batchSize);

0 commit comments

Comments
 (0)