File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Catalog/Model/Indexer/Category/Product Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,23 +30,23 @@ abstract class AbstractAction
30
30
/**
31
31
* Chunk size
32
32
*/
33
- const RANGE_CATEGORY_STEP = 500 ;
33
+ public const RANGE_CATEGORY_STEP = 500 ;
34
34
35
35
/**
36
36
* Chunk size for product
37
37
*/
38
- const RANGE_PRODUCT_STEP = 1000000 ;
38
+ public const RANGE_PRODUCT_STEP = 1000000 ;
39
39
40
40
/**
41
41
* Catalog category index table name
42
42
*/
43
- const MAIN_INDEX_TABLE = 'catalog_category_product_index ' ;
43
+ public const MAIN_INDEX_TABLE = 'catalog_category_product_index ' ;
44
44
45
45
/**
46
46
* Suffix for table to show it is temporary
47
47
* @deprecated see getIndexTable
48
48
*/
49
- const TEMPORARY_TABLE_SUFFIX = '_tmp ' ;
49
+ public const TEMPORARY_TABLE_SUFFIX = '_tmp ' ;
50
50
51
51
/**
52
52
* Cached non anchor categories select by store id
You can’t perform that action at this time.
0 commit comments