Explicitly disable discovery when signing in to the account.
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
d422a40fc6
commit
e6501af97b
|
@ -76,7 +76,8 @@
|
|||
(get-base-node-config)
|
||||
|
||||
current-fleet
|
||||
(assoc :NoDiscovery false
|
||||
(assoc :NoDiscovery false
|
||||
:Rendezvous false
|
||||
:ClusterConfig {:Enabled true
|
||||
:Fleet (name current-fleet-key)
|
||||
:BootNodes (pick-nodes 4 (vals (:boot current-fleet)))
|
||||
|
|
Loading…
Reference in New Issue