throttled updates -> 1000ms

This commit is contained in:
Feross Aboukhadijeh
2016-03-03 13:52:51 -08:00
parent aed424d0bc
commit a744b1ee42

View File

@@ -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)