Commit 191ab0dc authored by yann300's avatar yann300

Pull network every second

parent 69b91969
......@@ -34,7 +34,7 @@ class SettingsUI {
setInterval(() => {
this.updateAccountBalances()
}, 10 * 1000)
}, 1000)
this.accountListCallId = 0
this.loadedAccounts = {}
......@@ -145,7 +145,7 @@ class SettingsUI {
setInterval(() => {
this.updateNetwork()
}, 5000)
}, 1000)
this.el = el
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment