aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-12-13 18:24:16 +0100
committerGitHub <noreply@github.com>2021-12-13 18:24:16 +0100
commit32fa1407351186beef5fb373bacb627261624085 (patch)
tree3f5954de7c143d10ac2b49ea54ee3ab1a0e67e16
parent572acd43fd03c9eaaf1f99cdd18effd5be9ff426 (diff)
parentd7d991a06007229b6c55241628fc040d859d9a29 (diff)
Merge pull request #20497 from vespa-engine/balder/reduce-reactiontime-from-2ms-to-1msv7.516.1v7.515.19
Reduce indexing.reactiontime from 2ms to 1ms.
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def2
1 files changed, 1 insertions, 1 deletions
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