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.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/docproc/src/main/resources/configdefinitions/docproc.def b/docproc/src/main/resources/configdefinitions/docproc.def
new file mode 100644
index 00000000000..a3e89c22226
--- /dev/null
+++ b/docproc/src/main/resources/configdefinitions/docproc.def
@@ -0,0 +1,12 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=12
+namespace=config.docproc
+
+# Queue size (in milliseconds) for this node
+# Positive size gives a ThroughPutLimitQueue. ### Experimental.
+# 0 Gives a PriorityQueue
+# Negative values gives a ordinary LinkedBlockingQueue. This is fastest and most efficient.
+maxqueuetimems int default=-1
+
+#The number of threads in the DocprocHandler worker thread pool
+numthreads int default=-1