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
|
PingTimeout: 90
|
||||||
MaxPeers: 100
|
MaxPeers: 100
|
||||||
AttemptConnPeers: 20
|
AttemptConnPeers: 20
|
||||||
MinPeers: 5
|
MinPeers: 10
|
||||||
Oracle:
|
Oracle:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
AllowedContentTypes:
|
AllowedContentTypes:
|
||||||
|
|
|
@ -72,7 +72,7 @@ ApplicationConfiguration:
|
||||||
PingTimeout: 90
|
PingTimeout: 90
|
||||||
MaxPeers: 100
|
MaxPeers: 100
|
||||||
AttemptConnPeers: 20
|
AttemptConnPeers: 20
|
||||||
MinPeers: 5
|
MinPeers: 10
|
||||||
Oracle:
|
Oracle:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
AllowedContentTypes:
|
AllowedContentTypes:
|
||||||
|
|
Loading…
Reference in a new issue