From d7d991a06007229b6c55241628fc040d859d9a29 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 13 Dec 2021 17:09:23 +0000 Subject: Reduce indexing.reactiontime from 2ms to 1ms. --- searchcore/src/vespa/searchcore/config/proton.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def index 87ee83945cb..30f0081a8f0 100644 --- a/searchcore/src/vespa/searchcore/config/proton.def +++ b/searchcore/src/vespa/searchcore/config/proton.def @@ -144,7 +144,7 @@ indexing.semiunboundtasklimit int default = 1000 indexing.kind_of_watermark int default = 0 restart ## Controls minimum reaction time in seconds if using THROUGHPUT -indexing.reactiontime double default = 0.002 restart +indexing.reactiontime double default = 0.001 restart ## How long a freshly loaded index shall be warmed up -- cgit v1.2.3