Skip to content

Commit c5fe646

Browse files
committed
Merge remote-tracking branch 'origin/MC-33069' into 2.4-develop-php74-pr41
2 parents c4302c6 + 3c2b22d commit c5fe646

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/internal/Magento/Framework/DB/FieldDataConverter.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ class FieldDataConverter
2121
*/
2222
const BATCH_SIZE_VARIABLE_NAME = 'DATA_CONVERTER_BATCH_SIZE';
2323

24+
/**
25+
* Default batch size for data converter
26+
*/
2427
const DEFAULT_BATCH_SIZE = 50000;
2528

2629
/**

0 commit comments

Comments
 (0)