From bf1a0bf376c078e854672b79e06cffff868837fa Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 3 Mar 2016 13:53:04 -0800 Subject: [PATCH] regular update -> 1000ms --- main/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)