Skip to content

Commit 5e25aaf

Browse files
committed
ACP2E-807: DELETE query executed in the product attribute indexing causes performance issues
1 parent 3915c51 commit 5e25aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ abstract class AbstractAction
1717
/**
1818
* Config path for enable EAV indexer
1919
*/
20-
const ENABLE_EAV_INDEXER = 'catalog/search/enable_eav_indexer';
20+
public const ENABLE_EAV_INDEXER = 'catalog/search/enable_eav_indexer';
2121

2222
/**
2323
* EAV Indexers by type

0 commit comments

Comments
 (0)