From c81d8b6cd8eb0fe6f44bc44b54db48e8a09c3c60 Mon Sep 17 00:00:00 2001 From: ItsJimi Date: Thu, 2 Feb 2017 16:09:27 +0100 Subject: [PATCH] 100ms interval to dashboard --- lib/API/Extra.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/API/Extra.js b/lib/API/Extra.js index 9acaa7c5..ea8b078f 100644 --- a/lib/API/Extra.js +++ b/lib/API/Extra.js @@ -395,7 +395,7 @@ module.exports = function(CLI) { setTimeout(function() { launchDashboard(); - }, 400); + }, 100); }); }