v1.18.x
Barış Soner Uşaklı 8 years ago
parent af6cde5534
commit 13f5d29cb9

@ -37,7 +37,7 @@ infoController.get = function (req, res) {
host: os.hostname(),
port: nconf.get('port'),
nodeCount: data.length,
timeout: timeoutMS
timeout: timeoutMS,
});
}, timeoutMS);
};

Loading…
Cancel
Save