summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaushik Lingarkar <kaushik.lingarkar@linaro.org>2023-01-12 09:39:37 -0800
committerKaushik Lingarkar <kaushik.lingarkar@linaro.org>2023-01-12 10:04:41 -0800
commit46c631dd10251d8cd5f578118ff2ddeb73190359 (patch)
treea1f1e440c10e1e86846508f7b5028f9f84c6c486
parent45ca178c6cc4d68669ca0a8b096bf6bc517cabd7 (diff)
Init: Add documentation for --reindex-threads
Release-Notes: skip Change-Id: Ie7fe6461752ff4088ade69ed2ecbbc8183fbce11
-rw-r--r--Documentation/pgm-init.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/pgm-init.txt b/Documentation/pgm-init.txt
index 9f5924864e..b28a617f08 100644
--- a/Documentation/pgm-init.txt
+++ b/Documentation/pgm-init.txt
@@ -20,6 +20,7 @@ _java_ -jar gerrit.war _init_
[--dev]
[--skip-all-downloads]
[--skip-download=<LIBRARY_NAME>]
+ [--reindex-threads=<N>]
--
== DESCRIPTION
@@ -102,6 +103,9 @@ objects these SQL statements must be executed manually.
--show-cache-stats::
Show cache statistics at the end of program.
+--reindex-threads::
+ Number of threads to use for reindex after init. Defaults to 1.
+
== CONTEXT
This command can only be run on a server which has direct local access to the
managed Git repositories.