aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-12-06 11:16:51 +0100
committerGitHub <noreply@github.com>2021-12-06 11:16:51 +0100
commit3bda00c411b6fc80bb6f28980b32fc0378eccb81 (patch)
treeb612314fa5dccdcce9f33c24afe4dc860ef3a614
parent4f58354104180f9f1af06f7cdba366a8bfa62be4 (diff)
parent8b428ed0a85c293b251181075973156aa44e7ebc (diff)
Merge pull request #20362 from vespa-engine/balder/reduce-reaction-time
Reduce indexing.reactiontime from 5ms to 2ms
-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 5857fdd4f8d..87ee83945cb 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.005 restart
+indexing.reactiontime double default = 0.002 restart
## How long a freshly loaded index shall be warmed up