From 75765ca72c2ca14071db1acb8256b7b406a50649 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Mon, 18 Jul 2022 10:56:38 +0200 Subject: [PATCH] Vale fix Signed-off-by: Eric Peterson --- docs/features/search/search-engines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/search/search-engines.md b/docs/features/search/search-engines.md index 5b7b6f4384..515c1268d7 100644 --- a/docs/features/search/search-engines.md +++ b/docs/features/search/search-engines.md @@ -236,7 +236,7 @@ search: ### Elastic search batch size Default batch size of the elastic search engine is set to 1000. If you are using a lower spec computing resources (like AWS small instance), -you may get an error caused by limited thread_pool configuration. ( `429 Too Many Requests /_bulk` ) +you may get an error caused by limited `thread_pool` configuration. ( `429 Too Many Requests /_bulk` ) In this case you need to decrease the batch size to index the resources to prevent this kind of error. You can easily decrease or increase the batch size in your `app-config.yaml` using the `batchSize` option provided for elasticsearch configuration.