regular update -> 1000ms

This commit is contained in:
Feross Aboukhadijeh
2016-03-03 13:53:04 -08:00
parent a744b1ee42
commit bf1a0bf376

View File

@@ -90,8 +90,8 @@ function updateDockIcon () {
}
setInterval(function () {
update()
}, 5000)
updateThrottled()
}, 1000)
function dispatch (action, ...args) {
console.log('dispatch: %s %o', action, args)