1
0
Fork 0

Take out etcd steroids.

This commit is contained in:
Max Neunhoeffer 2014-02-27 11:41:33 +01:00
parent 0009020e5d
commit a1614f759c
1 changed files with 1 additions and 3 deletions

View File

@ -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) {