From 82b3b671f9ac2345dfec008900dabb474521957e Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Thu, 20 May 2021 08:57:45 +0200 Subject: Increase max enqueued operations to 4096 --- .../configdefinitions/document-operation-executor.def | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'vespaclient-container-plugin/src') 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 -- cgit v1.2.3