summaryrefslogtreecommitdiffstats
path: root/docproc/src/main/resources/configdefinitions/config.docproc.docproc.def
diff options
context:
space:
mode:
Diffstat (limited to 'docproc/src/main/resources/configdefinitions/config.docproc.docproc.def')
-rw-r--r--docproc/src/main/resources/configdefinitions/config.docproc.docproc.def14
1 files changed, 14 insertions, 0 deletions
diff --git a/docproc/src/main/resources/configdefinitions/config.docproc.docproc.def b/docproc/src/main/resources/configdefinitions/config.docproc.docproc.def
new file mode 100644
index 00000000000..53f5c2de21f
--- /dev/null
+++ b/docproc/src/main/resources/configdefinitions/config.docproc.docproc.def
@@ -0,0 +1,14 @@
+# Copyright 2017 Yahoo Holdings. 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
+numthreads int default=-1