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 () { setInterval(function () {
update() updateThrottled()
}, 5000) }, 1000)
function dispatch (action, ...args) { function dispatch (action, ...args) {
console.log('dispatch: %s %o', action, args) console.log('dispatch: %s %o', action, args)