diff --git a/main/index.js b/main/index.js index b97dfa6f..a827e280 100644 --- a/main/index.js +++ b/main/index.js @@ -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)