Only bootstrap from a single server

This commit is contained in:
2023-09-09 20:38:05 +02:00
parent 56850f3f71
commit 631d4dcd5b

View File

@ -172,8 +172,11 @@
"--foreground"
"--server-conf" "/etc/sable/server.conf"
"--network-conf" "/etc/sable/network.conf"
"--bootstrap-network" "/etc/sable/network_config.json"))
(Thread/sleep 1000))
; Bootstrap the network from only one node
(if (= (.indexOf nodes node) 0)
["--bootstrap-network" "/etc/sable/network_config.json"]
[])))
(Thread/sleep 10000))
(teardown! [_ test node]
(info node "tearing down Sable")