diff --git a/src/controllers/admin/info.js b/src/controllers/admin/info.js index 2459ad7140..00a5694937 100644 --- a/src/controllers/admin/info.js +++ b/src/controllers/admin/info.js @@ -25,7 +25,7 @@ infoController.get = function(req, res, next) { return (a.os.hostname < b.os.hostname) ? -1 : (a.os.hostname > b.os.hostname) ? 1 : 0; }); res.render('admin/development/info', {info: data, infoJSON: JSON.stringify(data, null, 4), host: os.hostname(), port: nconf.get('port')}); - }, 300); + }, 500); }; pubsub.on('sync:node:info:start', function() {