summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Arès <hugo.ares@ericsson.com>2016-06-10 12:49:52 -0400
committerHugo Arès <hugo.ares@ericsson.com>2016-06-10 12:52:11 -0400
commitfab0670c93b82ec1c3e8d4f49c55da337d538927 (patch)
tree220cd1265c8ab2d5e14353c00bb91cb24b587a78
parent5d592e885de1a6d062c440031f2e952b24733301 (diff)
Fix documented index.threads default value
-rw-r--r--Documentation/config-gerrit.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt
index 09870325cf..01955bfbbb 100644
--- a/Documentation/config-gerrit.txt
+++ b/Documentation/config-gerrit.txt
@@ -2349,9 +2349,11 @@ By default, `LUCENE`.
[[index.threads]]index.threads::
+
-Number of threads to use for indexing in normal interactive operations.
+Number of threads to use for indexing in normal interactive operations. Setting
+it to 0 disables the dedicated thread pool and indexing will be done in the same
+thread as the operation.
+
-Defaults to 1 if not set, or set to a negative value (unless
+Defaults to 0 if not set, or set to a negative value (unless
link:#changeMerge.interactiveThreadPoolSize[changeMerge.interactiveThreadPoolSize]
is iset).