Fix documented default value of index.threads

Change-Id: Id501ad3cd41848db3692ff0bc3b4935fd63d7e4f
This commit is contained in:
Hugo Arès 2016-05-06 08:51:35 -04:00
parent 08f25501ed
commit 10e5f64f53

View File

@ -2400,9 +2400,10 @@ 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. If set
to 0, indexing will be done in the same thread as the interactive operation.
+
Defaults to 1 if not set, or set to a negative value.
Defaults to 0 if not set, or set to a negative value.
[[index.batchThreads]]index.batchThreads::
+