aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-05-20 08:57:45 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-05-20 08:57:45 +0200
commit82b3b671f9ac2345dfec008900dabb474521957e (patch)
tree370db862790cced71d4e82f4207a846db9768f25 /vespaclient-container-plugin
parent7ed66752f68d462135acd3c4b3c6284d0ec79ad5 (diff)
Increase max enqueued operations to 4096
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