summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main/resources/configdefinitions/document-operation-executor.def
blob: 686b33d8cd523976aeda8998555f04ac51e88657 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package=com.yahoo.document.restapi

# Duration for which resender thread sleeps after an operation is throttled
resendDelayMillis     int default=10

# Bound on number of document operations to keep in retry queue — further operations are rejected
maxThrottled          int default=1000

# Whether to perform dispatch from Jetty threads
doDispatchWithEnqueue bool default=true

# Number of workers in the resender thread pool
resenderCount         int default=1