config: raise mainnet/testnet MinPeers to 10

That's the configuration C# node has by default and 5 is really a very small
number of peers.
This commit is contained in:
Roman Khimov 2022-10-13 18:49:24 +03:00
parent 215e8704f1
commit 3ed140abbf
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ ApplicationConfiguration:
PingTimeout: 90
MaxPeers: 100
AttemptConnPeers: 20
MinPeers: 5
MinPeers: 10
Oracle:
Enabled: false
AllowedContentTypes:

View file

@ -72,7 +72,7 @@ ApplicationConfiguration:
PingTimeout: 90
MaxPeers: 100
AttemptConnPeers: 20
MinPeers: 5
MinPeers: 10
Oracle:
Enabled: false
AllowedContentTypes: