Explicitly disable discovery when signing in to the account.

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
Igor Mandrigin 2018-09-20 14:52:17 +02:00 committed by yenda
parent d422a40fc6
commit e6501af97b
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 2 additions and 1 deletions

View File

@ -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)))