Better request interval

This commit is contained in:
syuilo 2019-06-18 16:17:20 +09:00
parent 3a808e2918
commit c933712bd3

View File

@ -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;