You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL:DR: seed nodes do not really respect max_num_outbound_peers limit; instead they periodically establish connections with peers from their address book and try and keep that connection active as long as needed for the peer to show it is a good peer (receiving 10_000 blocks or votes). The time to keep alive the connection is set to 28 hours in the code, which is what it is necessary for a 10 seconds block time chain. Berachain is faster and that time could be cut down to 6 hours
Uh oh!
There was an error while loading. Please reload this page.
A general issue to collect code changes or configuration suggestions to keep networking costs down.
SeedDisconnectWaitPeriod
to Berachain cometbft#28.max_num_outbound_peers
limit; instead they periodically establish connections with peers from their address book and try and keep that connection active as long as needed for the peer to show it is a good peer (receiving 10_000 blocks or votes). The time to keep alive the connection is set to 28 hours in the code, which is what it is necessary for a 10 seconds block time chain. Berachain is faster and that time could be cut down to 6 hoursThe text was updated successfully, but these errors were encountered: