mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 19:37:34 -07:00
Better request interval
This commit is contained in:
parent
3a808e2918
commit
c933712bd3
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ export default Vue.extend({
|
|||
this.connection = this.$root.stream.useSharedConnection('serverStats');
|
||||
|
||||
this.updateStats();
|
||||
this.clock = setInterval(this.updateStats, 1000);
|
||||
this.clock = setInterval(this.updateStats, 3000);
|
||||
|
||||
this.$root.getMeta().then(meta => {
|
||||
this.meta = meta;
|
||||
|
|
Loading…
Reference in a new issue