summaryrefslogtreecommitdiffstats
path: root/docproc/src/main/resources/configdefinitions/docproc.def
blob: 645fbcce1b79ac025304cb4f602487ac63b07232 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
maxqueuetimems int default=-1

# The number of threads in the DocprocHandler worker thread pool
numthreads int default=-1