throttled updates -> 1000ms
This commit is contained in:
parent
aed424d0bc
commit
a744b1ee42
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ function init () {
|
|||
rootElement = createElement(currentVDom)
|
||||
document.body.appendChild(rootElement)
|
||||
|
||||
updateThrottled = throttle(update, 250)
|
||||
updateThrottled = throttle(update, 1000)
|
||||
|
||||
getClient(function (err, client) {
|
||||
if (err) return onError(err)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue