Increase polling time.
This commit is contained in:
parent
2693afb2bd
commit
688ec0f2f9
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export default {
|
|||
this.fetch();
|
||||
this.interval = setInterval(() => {
|
||||
this.fetch();
|
||||
}, 1000);
|
||||
}, 3000);
|
||||
this.$store.state.share = true;
|
||||
},
|
||||
watch: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue