Skip to content

Commit

Permalink
fix spelling of bandwidth (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 24, 2023
1 parent fc22068 commit f86d343
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
which is similar to `HasVoteMessage`; and random sleep in the loop broadcasting those messages.
The sleep can be configured with new config `peer_gossip_intraloop_sleep_duration`, which is set to 0
by default as this is experimental.
Our scale tests show substantial bandwith improvement with a value of 50 ms.
Our scale tests show substantial bandwidth improvement with a value of 50 ms.
([\#904](https://github.com/cometbft/cometbft/pull/904))
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
which is similar to `HasVoteMessage`; and random sleep in the loop broadcasting those messages.
The sleep can be configured with new config `peer_gossip_intraloop_sleep_duration`, which is set to 0
by default as this is experimental.
Our scale tests show substantial bandwith improvement with a value of 50 ms.
Our scale tests show substantial bandwidth improvement with a value of 50 ms.
([\#904](https://github.com/cometbft/cometbft/pull/904))
- Update Apalache type annotations in the light client spec ([#955](https://github.com/cometbft/cometbft/pull/955))
- `[node]` Remove genesis persistence in state db, replaced by a hash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ The changes to the blocksync reactor are more substantial:
The two main drawbacks of this base implementation are:

- the increased size taken by the block store, in particular with big extensions
- the increased bandwith taken by the new format of `BlockResponse`
- the increased bandwidth taken by the new format of `BlockResponse`

#### Possible Optimization: Pruning the Extended Commit History

Expand Down

0 comments on commit f86d343

Please sign in to comment.