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

@ -31,13 +31,13 @@ infoController.get = function (req, res) {
} }
return 0; return 0;
}); });
res.render('admin/development/info', { res.render('admin/development/info', {
info: data, info: data,
infoJSON: JSON.stringify(data, null, 4), infoJSON: JSON.stringify(data, null, 4),
host: os.hostname(), host: os.hostname(),
port: nconf.get('port'), port: nconf.get('port'),
nodeCount: data.length, nodeCount: data.length,
timeout: timeoutMS timeout: timeoutMS,
}); });
}, timeoutMS); }, timeoutMS);
}; };

Loading…
Cancel
Save