Fix documented default value of index.threads
Change-Id: Id501ad3cd41848db3692ff0bc3b4935fd63d7e4f
This commit is contained in:
parent
08f25501ed
commit
10e5f64f53
@ -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::
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user