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,
|
: "0.0.0.0:")+cmd.intPort,
|
||||||
"-peer-addr", getAddrPort(
|
"-peer-addr", getAddrPort(
|
||||||
exchangePort(dispatchers[cmd.dispatcher].endpoint,
|
exchangePort(dispatchers[cmd.dispatcher].endpoint,
|
||||||
cmd.intPort))//,
|
cmd.intPort))
|
||||||
//"-peer-heartbeat-timeout=25",
|
|
||||||
//"-peer-election-timeout=50"
|
|
||||||
];
|
];
|
||||||
var i;
|
var i;
|
||||||
if (cmd.peers.length > 0) {
|
if (cmd.peers.length > 0) {
|
||||||
|
|
Loading…
Reference in New Issue