summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-01-26 12:34:15 +0100
committerTor Egge <Tor.Egge@online.no>2022-01-26 12:34:15 +0100
commit969ee83dbfb0928ae70e5428173f8c800554730c (patch)
tree866049a03413bae0180fbf1fbf43f66845e4fbbd /searchcore
parentfbb422f7d7d0c08b102954d90e66ff0e9f3fc044 (diff)
Adjust default replay_throttling_policy.min_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 ff2a3baffde..be581040af6 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -548,6 +548,6 @@ forward_issues bool default = true
## of the SharedOperationThrottler component used by the transaction log replay feed state.
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.min_window_size int default=100
replay_throttling_policy.max_window_size int default=10000
replay_throttling_policy.window_size_increment int default=20