mirror of https://gitee.com/bigwinds/arangodb
Take out etcd steroids.
This commit is contained in:
parent
0009020e5d
commit
a1614f759c
|
@ -152,9 +152,7 @@ launchActions.startAgent = function (dispatchers, cmd, isRelaunch) {
|
|||
: "0.0.0.0:")+cmd.intPort,
|
||||
"-peer-addr", getAddrPort(
|
||||
exchangePort(dispatchers[cmd.dispatcher].endpoint,
|
||||
cmd.intPort))//,
|
||||
//"-peer-heartbeat-timeout=25",
|
||||
//"-peer-election-timeout=50"
|
||||
cmd.intPort))
|
||||
];
|
||||
var i;
|
||||
if (cmd.peers.length > 0) {
|
||||
|
|
Loading…
Reference in New Issue