Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 800bd88

Browse files
authored
List style fix
1 parent 8ac650c commit 800bd88

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/guides/v2.4/extension-dev-guide/indexer-batch.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ The following examples illustrate how to define a custom batch size for configur
108108

109109
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:
110110

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`
117117

118118
Here is an example of the configuration in `app/etc/env.php`
119119

0 commit comments

Comments
 (0)