diff --git a/neo-cli/config.json b/neo-cli/config.json index 8ec8bc254..7d037a19d 100644 --- a/neo-cli/config.json +++ b/neo-cli/config.json @@ -11,7 +11,11 @@ }, "P2P": { "Port": 10333, - "WsPort": 10334 + "WsPort": 10334, + "MinDesiredConnections": 10, + "MaxConnections": 40, + "MaxConnectionsPerAddress": 3 + }, "UnlockWallet": { "Path": "", diff --git a/neo-cli/config.mainnet.json b/neo-cli/config.mainnet.json index 8ec8bc254..bd4d47a19 100644 --- a/neo-cli/config.mainnet.json +++ b/neo-cli/config.mainnet.json @@ -11,7 +11,10 @@ }, "P2P": { "Port": 10333, - "WsPort": 10334 + "WsPort": 10334, + "MinDesiredConnections": 10, + "MaxConnections": 40, + "MaxConnectionsPerAddress": 3 }, "UnlockWallet": { "Path": "", diff --git a/neo-cli/config.testnet.json b/neo-cli/config.testnet.json index 75baada05..f151c2625 100644 --- a/neo-cli/config.testnet.json +++ b/neo-cli/config.testnet.json @@ -11,7 +11,10 @@ }, "P2P": { "Port": 20333, - "WsPort": 20334 + "WsPort": 20334, + "MinDesiredConnections": 10, + "MaxConnections": 40, + "MaxConnectionsPerAddress": 3 }, "UnlockWallet": { "Path": "",