100ms interval to dashboard

This commit is contained in:
ItsJimi 2017-02-02 16:09:27 +01:00
parent 0cb919ba90
commit c81d8b6cd8

View File

@ -395,7 +395,7 @@ module.exports = function(CLI) {
setTimeout(function() {
launchDashboard();
}, 400);
}, 100);
});
}