Skip to content

Commit 1afc273

Browse files
Update docs/consensus.md
Co-authored-by: Kaloyan Tanev <24719519+KaloyanTanev@users.noreply.github.com>
1 parent 0ee9b60 commit 1afc273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/consensus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The default implementation is the `EagerDoubleLinearRoundTimer`, which is recomm
6161

6262
### Increasing Round Timer
6363

64-
The `IncreasingRoundTimer` uses a linear increment strategy for round durations. It starts with a base duration and increases by a fixed increment for each subsequend round. The formula for a given round `n` is `Duration = IncRoundStart + (IncRoundIncrease * n)`. To enable this timer, disable the default timer by using the flag `--feature-set-disable "eager_double_linear"`.
64+
The `IncreasingRoundTimer` uses a linear increment strategy for round durations. It starts with a base duration and increases by a fixed increment for each subsequent round. The formula for a given round `n` is `Duration = IncRoundStart + (IncRoundIncrease * n)`. To enable this timer, disable the default timer by using the flag `--feature-set-disable "eager_double_linear"`.
6565

6666
### Eager Double Linear Round Timer
6767

0 commit comments

Comments
 (0)