mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 09:29:38 +00:00
config: improve 4 CN docker configs, three nodes are enough
This commit is contained in:
parent
1e35387c04
commit
e2bd76713b
4 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ ApplicationConfiguration:
|
||||||
PingTimeout: 90s
|
PingTimeout: 90s
|
||||||
MaxPeers: 10
|
MaxPeers: 10
|
||||||
AttemptConnPeers: 5
|
AttemptConnPeers: 5
|
||||||
MinPeers: 3
|
MinPeers: 2
|
||||||
Relay: true
|
Relay: true
|
||||||
Oracle:
|
Oracle:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
|
@ -47,7 +47,7 @@ ApplicationConfiguration:
|
||||||
PingTimeout: 90s
|
PingTimeout: 90s
|
||||||
MaxPeers: 10
|
MaxPeers: 10
|
||||||
AttemptConnPeers: 5
|
AttemptConnPeers: 5
|
||||||
MinPeers: 3
|
MinPeers: 2
|
||||||
Relay: true
|
Relay: true
|
||||||
Oracle:
|
Oracle:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
|
@ -47,7 +47,7 @@ ApplicationConfiguration:
|
||||||
PingTimeout: 90s
|
PingTimeout: 90s
|
||||||
MaxPeers: 10
|
MaxPeers: 10
|
||||||
AttemptConnPeers: 5
|
AttemptConnPeers: 5
|
||||||
MinPeers: 3
|
MinPeers: 2
|
||||||
Relay: true
|
Relay: true
|
||||||
Oracle:
|
Oracle:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
|
@ -47,7 +47,7 @@ ApplicationConfiguration:
|
||||||
PingTimeout: 90s
|
PingTimeout: 90s
|
||||||
MaxPeers: 10
|
MaxPeers: 10
|
||||||
AttemptConnPeers: 5
|
AttemptConnPeers: 5
|
||||||
MinPeers: 3
|
MinPeers: 2
|
||||||
Relay: true
|
Relay: true
|
||||||
Oracle:
|
Oracle:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
Loading…
Reference in a new issue