mirror of
https://gitee.com/BTAJL/repchain.git
synced 2024-11-30 10:48:26 +08:00
合并
This commit is contained in:
parent
3afc283580
commit
503945a5c0
@ -67,7 +67,8 @@ object RepChain_Multi {
|
||||
var nodes = Set.empty[ClusterSystem]
|
||||
nodes += sys1
|
||||
|
||||
for (i <- 1 to 4) {
|
||||
// 可以根据自己的需要将nodelist.length改成对应的节点数
|
||||
for (i <- 1 to nodelist.length) {
|
||||
Thread.sleep(2000)
|
||||
val sysN = new ClusterSystem(nodelist(i), InitType.MULTI_INIT, true)
|
||||
sysN.init
|
||||
|
Loading…
Reference in New Issue
Block a user