regular update -> 1000ms
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user