From 33c1540034afa361d95a4ee844c6781bee4b1818 Mon Sep 17 00:00:00 2001 From: Robin Boutros Date: Sat, 28 Nov 2015 21:13:25 -0500 Subject: [PATCH] refresh delay shortened --- app/lib/log_watcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/log_watcher.js b/app/lib/log_watcher.js index 93d4707..accdc50 100644 --- a/app/lib/log_watcher.js +++ b/app/lib/log_watcher.js @@ -82,7 +82,7 @@ class LogWatcher { this.logsFile = path.resolve(logsPath) } - refreshDelay() { return 4000; } + refreshDelay() { return 2000; } } export { LogWatcher }