summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient-container-plugin')
-rw-r--r--vespaclient-container-plugin/src/main/resources/configdefinitions/document-operation-executor.def10
1 files changed, 2 insertions, 8 deletions
diff --git a/vespaclient-container-plugin/src/main/resources/configdefinitions/document-operation-executor.def b/vespaclient-container-plugin/src/main/resources/configdefinitions/document-operation-executor.def
index 686b33d8cd5..6850b5213a1 100644
--- a/vespaclient-container-plugin/src/main/resources/configdefinitions/document-operation-executor.def
+++ b/vespaclient-container-plugin/src/main/resources/configdefinitions/document-operation-executor.def
@@ -4,12 +4,6 @@ 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
+# Bound on number of document operations to keep in retry queue — further operations are rejected
+maxThrottled int default=4096