mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-18 13:16:25 +00:00
p2p: minor cleanup + update router options (#6353)
This commit is contained in:
@@ -233,6 +233,12 @@ max-num-inbound-peers = 40
|
||||
# Maximum number of outbound peers to connect to, excluding persistent peers
|
||||
max-num-outbound-peers = 10
|
||||
|
||||
# Maximum number of connections (inbound and outbound).
|
||||
max-connections = 64
|
||||
|
||||
# Rate limits the number of incoming connection attempts per IP address.
|
||||
max-incoming-connection-attempts = 100
|
||||
|
||||
# List of node IDs, to which a connection will be (re)established ignoring any existing limits
|
||||
unconditional-peer-ids = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user