diff --git a/main/index.js b/main/index.js index a827e280..b3bf9823 100644 --- a/main/index.js +++ b/main/index.js @@ -90,8 +90,8 @@ function updateDockIcon () { } setInterval(function () { - update() -}, 5000) + updateThrottled() +}, 1000) function dispatch (action, ...args) { console.log('dispatch: %s %o', action, args)