forked from TrueCloudLab/neoneo-go
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:
parent
215e8704f1
commit
3ed140abbf
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ ApplicationConfiguration:
|
|||
PingTimeout: 90
|
||||
MaxPeers: 100
|
||||
AttemptConnPeers: 20
|
||||
MinPeers: 5
|
||||
MinPeers: 10
|
||||
Oracle:
|
||||
Enabled: false
|
||||
AllowedContentTypes:
|
||||
|
|
|
@ -72,7 +72,7 @@ ApplicationConfiguration:
|
|||
PingTimeout: 90
|
||||
MaxPeers: 100
|
||||
AttemptConnPeers: 20
|
||||
MinPeers: 5
|
||||
MinPeers: 10
|
||||
Oracle:
|
||||
Enabled: false
|
||||
AllowedContentTypes:
|
||||
|
|
Loading…
Reference in a new issue