From cac1b231a4287a68b15fa23f0efc950775fb9e73 Mon Sep 17 00:00:00 2001 From: tycho garen Date: Thu, 16 Jun 2022 18:12:31 -0400 Subject: [PATCH] toml --- config/toml.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/toml.go b/config/toml.go index 0cb0b446f..284e1919a 100644 --- a/config/toml.go +++ b/config/toml.go @@ -355,6 +355,10 @@ max-num-outbound-peers = {{ .P2P.MaxNumOutboundPeers }} # Maximum number of connections (inbound and outbound). max-connections = {{ .P2P.MaxConnections }} +# Maximum number of connections reserved for outgoing +# connections. Must be less than max-connections +max-outgoing-connections = {{ .P2P.MaxOutgoingConnections }} + # Rate limits the number of incoming connection attempts per IP address. max-incoming-connection-attempts = {{ .P2P.MaxIncomingConnectionAttempts }}