Commit 191ab0dc authored by yann300's avatar yann300

Pull network every second

parent 69b91969
...@@ -34,7 +34,7 @@ class SettingsUI { ...@@ -34,7 +34,7 @@ class SettingsUI {
setInterval(() => { setInterval(() => {
this.updateAccountBalances() this.updateAccountBalances()
}, 10 * 1000) }, 1000)
this.accountListCallId = 0 this.accountListCallId = 0
this.loadedAccounts = {} this.loadedAccounts = {}
...@@ -145,7 +145,7 @@ class SettingsUI { ...@@ -145,7 +145,7 @@ class SettingsUI {
setInterval(() => { setInterval(() => {
this.updateNetwork() this.updateNetwork()
}, 5000) }, 1000)
this.el = el 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