Skip to content

Commit

Permalink
fixup! config - add p2p options
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jun 9, 2021
1 parent 26433c9 commit 2b6806d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tendermint/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,6 @@ pub struct P2PConfig {
/// Maximum number of outbound peers to connect to, excluding persistent peers
pub max_num_outbound_peers: u64,

/// Maximum number of connections (inbound and outbound).
pub max_connections: u64,

/// Rate limits the number of incoming connection attempts per IP address.
pub max_incoming_connection_attempts: u64,

Expand Down

0 comments on commit 2b6806d

Please sign in to comment.