forked from cerc-io/cosmos-explorer
reduce frequency
This commit is contained in:
parent
7c5aa6b727
commit
7e5d2b64f0
@ -302,7 +302,7 @@ export default {
|
||||
blocks.push({ sigs, height })
|
||||
this.blocks = blocks
|
||||
|
||||
this.timer = setInterval(this.fetch_latest, 1000)
|
||||
this.timer = setInterval(this.fetch_latest, 6000)
|
||||
this.loading = false
|
||||
})
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user