You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.4/extension-dev-guide/indexer-batch.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -108,12 +108,12 @@ The following examples illustrate how to define a custom batch size for configur
108
108
109
109
Starting in Magento 2.4.3, it is possible to configure the batch size with the environment variables, or in `app/etc/env.php` for the following indexers:
110
110
111
-
-`cataloginventory_stock`
112
-
-`catalog_category_product`
113
-
-`catalogsearch_fulltext`
114
-
-`catalog_product_price`
115
-
-`catalogpermissions_category`
116
-
-`inventory`
111
+
*`cataloginventory_stock`
112
+
*`catalog_category_product`
113
+
*`catalogsearch_fulltext`
114
+
*`catalog_product_price`
115
+
*`catalogpermissions_category`
116
+
*`inventory`
117
117
118
118
Here is an example of the configuration in `app/etc/env.php`
0 commit comments