summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-01-25 14:02:58 +0100
committerTor Egge <Tor.Egge@online.no>2022-01-25 14:02:58 +0100
commit23cf653bed31e3c64f5baa975e25ce7cbe78f622 (patch)
treebf10e72e46d674626a0286b0d5713eda9a7e578a /searchcore
parent291daab336706cf85b23f46bda6c2a226700591a (diff)
Adjust comments.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def2
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/replay_throttling_policy.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index ab721536508..08886d41da6 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -545,7 +545,7 @@ tensor_implementation enum {TENSOR_ENGINE, FAST_VALUE} default = FAST_VALUE
forward_issues bool default = true
## Chooses the throttling policy used to control the window size
-## of the SharedOperationThrottler component used by replay feed state.
+## 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
diff --git a/searchcore/src/vespa/searchcore/proton/server/replay_throttling_policy.h b/searchcore/src/vespa/searchcore/proton/server/replay_throttling_policy.h
index f3d430010cc..3e1485d94dd 100644
--- a/searchcore/src/vespa/searchcore/proton/server/replay_throttling_policy.h
+++ b/searchcore/src/vespa/searchcore/proton/server/replay_throttling_policy.h
@@ -8,7 +8,7 @@
namespace proton {
/*
- * Policy for replay throttling. If params are set then a dynamic throttler
+ * Policy for transaction log replay throttling. If params are set then a dynamic throttler
* is used, otherwise an unlimited throttler is used.
*/
class ReplayThrottlingPolicy