forked from FoundKeyGang/FoundKey
Improve performance
This commit is contained in:
parent
52db63bca2
commit
f34f8d304c
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue