reduce frequency

This commit is contained in:
liangping 2022-10-25 10:05:09 +08:00
parent 7c5aa6b727
commit 7e5d2b64f0

View File

@ -302,7 +302,7 @@ export default {
blocks.push({ sigs, height }) blocks.push({ sigs, height })
this.blocks = blocks this.blocks = blocks
this.timer = setInterval(this.fetch_latest, 1000) this.timer = setInterval(this.fetch_latest, 6000)
this.loading = false this.loading = false
}) })
}, },