summaryrefslogtreecommitdiffstats
path: root/docproc
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-03-24 13:33:16 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-03-24 13:33:16 +0100
commite136c68c5899a5ce99e84347c858157311515e05 (patch)
treeefca53cbc3a3530eac97d0b3b1c8e9bb52e8797f /docproc
parent7d8808a32d70cbf17a45059b4541e350307c01dd (diff)
Update comments to reflect reality.
Diffstat (limited to 'docproc')
-rw-r--r--docproc/src/main/resources/configdefinitions/config.docproc.docproc.def7
1 files changed, 1 insertions, 6 deletions
diff --git a/docproc/src/main/resources/configdefinitions/config.docproc.docproc.def b/docproc/src/main/resources/configdefinitions/config.docproc.docproc.def
index aceebe26d63..d2d807cec94 100644
--- a/docproc/src/main/resources/configdefinitions/config.docproc.docproc.def
+++ b/docproc/src/main/resources/configdefinitions/config.docproc.docproc.def
@@ -1,14 +1,9 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=config.docproc
-# Queue size (in milliseconds) for this node
-# Positive size gives a ThroughPutLimitQueue. ### Experimental.
-# 0 Gives a PriorityQueue
-# Negative values gives a SynchronousQueue if numthreads <= 0 (which increases thread pool size as required),
-# otherwise a LinkedBlockingQueue
# Depreacated and a noop
maxqueuetimems int default=-1
# The number of threads in the DocprocHandler worker thread pool
-# Default is number of cpu's, but is dynamic up to 2048
+# Default is number of cpu's, but any positive number larger than 0 will be used explicit.
numthreads int default=-1