From 1e3517f2615f17f894a01b27f3c702a719ec8104 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 5 May 2023 16:21:30 +0200 Subject: [PATCH] README.adoc: update infos about threads Signed-off-by: Michael Opdenacker --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index c0333b3..0cae918 100644 --- a/README.adoc +++ b/README.adoc @@ -156,7 +156,7 @@ cd /usr/local/elixir/ == Create Database ---- -./update.py +./update.py ---- ____ @@ -330,7 +330,7 @@ we're proposing to use a script like `utils/update-elixir-data` which is called through a daily cron job. You can set `$ELIXIR_THREADS` if you want to change the number of threads used by -update.py for indexing (default is 10 and minimum is 5). +update.py for indexing (by default the number of CPUs on your system). == Keeping git repository disk usage under control @@ -481,7 +481,7 @@ add `dts_comp_support=1` at the beginning of `projects/.sh`. You are now ready to generate Elixir's database for your new project: - ./update.py + ./update.py You can then check that Elixir works through your http server.