Improve performance

This commit is contained in:
syuilo 2018-06-09 08:38:30 +09:00
parent 52db63bca2
commit f34f8d304c

View file

@ -59,7 +59,7 @@ export default Vue.extend({
created() {
if (this.mode == 'relative' || this.mode == 'detail') {
this.tick();
this.tickId = setInterval(this.tick, 5000);
this.tickId = setInterval(this.tick, 10000);
}
},
destroyed() {