summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaterina Vaartis <vaartis@kotobank.ch>2022-03-23 11:36:01 +0300
committerEkaterina Vaartis <vaartis@kotobank.ch>2022-10-10 20:19:09 +0300
commitb150e6f15e0f06c8e23c0ac66aeaf80eb2f8c31a (patch)
treeec94b1bdb85b1994df826d0b7449eebed3ded511
parent84608be87e2c5961a4deb9030307c978bf1168e5 (diff)
downloadpleroma-b150e6f15e0f06c8e23c0ac66aeaf80eb2f8c31a.tar.gz
pleroma-b150e6f15e0f06c8e23c0ac66aeaf80eb2f8c31a.zip
Update meilisearch docs
-rw-r--r--docs/configuration/search.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/configuration/search.md b/docs/configuration/search.md
index 82217e5ee..f131948a7 100644
--- a/docs/configuration/search.md
+++ b/docs/configuration/search.md
@@ -37,8 +37,10 @@ indexes faster when it can process many posts in a single batch.
Information about setting up meilisearch can be found in the
[official documentation](https://docs.meilisearch.com/learn/getting_started/installation.html).
-You probably want to start it with `MEILI_NO_ANALYTICS=true` and `MEILI_NO_CENTRY=true` environment variables,
-to disable analytics.
+You probably want to start it with `MEILI_NO_ANALYTICS=true` environment variable to disable analytics.
+At least version 0.25.0 is required, but you are strongly adviced to use at least 0.26.0, as it introduces
+the `--enable-auto-batching` option which drastically improves performance. Without this option, the search
+is hardly usable on a somewhat big instance.
### Private key authentication (optional)