Skip to content

Commit

Permalink
refresh delay shortened
Browse files Browse the repository at this point in the history
  • Loading branch information
niuage committed Nov 29, 2015
1 parent 0f5a39a commit 33c1540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/log_watcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class LogWatcher {
this.logsFile = path.resolve(logsPath)
}

refreshDelay() { return 4000; }
refreshDelay() { return 2000; }
}

export { LogWatcher }

0 comments on commit 33c1540

Please sign in to comment.