summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-01-25 17:13:37 +0100
committerTor Egge <Tor.Egge@online.no>2022-01-25 17:13:37 +0100
commitfbb422f7d7d0c08b102954d90e66ff0e9f3fc044 (patch)
treec5641c8ed9fddd96ac1942e08a891b4d8fd5f1bc /searchcore
parent54e3dc5f74bc7b25a325c98a90365be66a28465f (diff)
Adjust default replay_throttling_policy.max_window_size in proton config.
Diffstat (limited to 'searchcore')
-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 08886d41da6..ff2a3baffde 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -549,5 +549,5 @@ forward_issues bool default = true
replay_throttling_policy.type enum { UNLIMITED, DYNAMIC } default=UNLIMITED
## Only used if replay_throttling_policy.type == DYNAMIC:
replay_throttling_policy.min_window_size int default=20
-replay_throttling_policy.max_window_size int default=1000
+replay_throttling_policy.max_window_size int default=10000
replay_throttling_policy.window_size_increment int default=20