summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-12-13 17:09:23 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-12-13 17:09:23 +0000
commitd7d991a06007229b6c55241628fc040d859d9a29 (patch)
tree3f5954de7c143d10ac2b49ea54ee3ab1a0e67e16
parent572acd43fd03c9eaaf1f99cdd18effd5be9ff426 (diff)
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