summaryrefslogtreecommitdiffstats
path: root/docproc/src/main/resources/configdefinitions/docproc.def
diff options
context:
space:
mode:
Diffstat (limited to 'docproc/src/main/resources/configdefinitions/docproc.def')
-rw-r--r--docproc/src/main/resources/configdefinitions/docproc.def5
1 files changed, 3 insertions, 2 deletions
diff --git a/docproc/src/main/resources/configdefinitions/docproc.def b/docproc/src/main/resources/configdefinitions/docproc.def
index 396e204054e..645fbcce1b7 100644
--- a/docproc/src/main/resources/configdefinitions/docproc.def
+++ b/docproc/src/main/resources/configdefinitions/docproc.def
@@ -4,8 +4,9 @@ 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, in effect increasing number of threads as required (if numthreads == -1)
+# Negative values gives a SynchronousQueue if numthreads <= 0 (which increases thread pool size as required),
+# otherwise a LinkedBlockingQueue
maxqueuetimems int default=-1
-#The number of threads in the DocprocHandler worker thread pool
+# The number of threads in the DocprocHandler worker thread pool
numthreads int default=-1