-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go/consensus/tendermint: support CfgP2PPersistenPeersMaxDialPeriod
Tendermint 0.33 added support for setting maximum re-dial period when dialing persistent peers. This adds support for setting the period via `tendermint.p2p.persistent_peers_max_dial_period` flag.
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
go/consensus/tendermint: Expose new config options added in Tendermint 0.33 | ||
|
||
Tendermint 0.33 added the concept of unconditional P2P peers. Support for | ||
setting the unconditional peers via `tendermint.p2p.unconditional_peer_ids` | ||
configuration flag is added. On sentry node, upstream nodes will automatically | ||
be set as unconditional peers. | ||
|
||
Tendermint 0.33 added support for setting maximum re-dial period when | ||
dialing persistent peers. This adds support for setting the period via | ||
`tendermint.p2p.persistent_peers_max_dial_period` flag. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters