Add 'car/' from commit 'eee0e8dc445691e600680f4abc77f2814b20b054'
git-subtree-dir: car git-subtree-mainline:1d29a5526cgit-subtree-split:eee0e8dc44
This commit is contained in:
28
car/MyRaft/Experiment/node1/config.json
Normal file
28
car/MyRaft/Experiment/node1/config.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"raft":
|
||||
{
|
||||
"min_election_timeout": 8,
|
||||
"varying_election_timeout": 2,
|
||||
"majority": 2
|
||||
},
|
||||
"messaging":
|
||||
{
|
||||
"me":
|
||||
{
|
||||
"ip": "127.0.0.1",
|
||||
"port": 50051
|
||||
},
|
||||
"neighbours":
|
||||
[
|
||||
{
|
||||
"ip": "127.0.0.1",
|
||||
"port": 50052
|
||||
},
|
||||
{
|
||||
"ip": "127.0.0.1",
|
||||
"port": 50053
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user