Skip to content

Commit

Permalink
update language (cometbft#1263)
Browse files Browse the repository at this point in the history
Using "a validator should" instead of 'we'
  • Loading branch information
alijnmerchant21 committed Aug 18, 2023
1 parent f1514b8 commit 3d1c36d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/core/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,14 +518,14 @@ matter what is `timeout_commit`.

Here's a brief summary of the timeouts:

- `timeout_propose` = how long we wait for a proposal block before prevoting nil
- `timeout_propose_delta` = how much `timeout_propose` increases with each round
- `timeout_prevote` = how long we wait after receiving +2/3 prevotes for
- `timeout_propose` = how long a validator should wait for a proposal block before prevoting nil
- `timeout_propose_delta` = how much `timeout_propose` increases with each round
- `timeout_prevote` = how long a validator should wait after receiving +2/3 prevotes for
anything (ie. not a single block or nil)
- `timeout_prevote_delta` = how much the `timeout_prevote` increases with each round
- `timeout_precommit` = how long we wait after receiving +2/3 precommits for
- `timeout_precommit` = how long a validator should wait after receiving +2/3 precommits for
anything (ie. not a single block or nil)
- `timeout_precommit_delta` = how much the `timeout_precommit` increases with each round
- `timeout_commit` = how long we wait after committing a block, before starting
- `timeout_commit` = how long a validator should wait after committing a block, before starting
on the new height (this gives us a chance to receive some more precommits,
even though we already have +2/3)

0 comments on commit 3d1c36d

Please sign in to comment.