Skip to content
Snippets Groups Projects
Commit f34f8d30 authored by syuilo's avatar syuilo
Browse files

Improve performance

parent 52db63bc
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment