Increase polling time.

This commit is contained in:
Jonathan Cremin 2017-05-26 19:51:37 +01:00
parent 2693afb2bd
commit 688ec0f2f9

View file

@ -57,7 +57,7 @@ export default {
this.fetch();
this.interval = setInterval(() => {
this.fetch();
}, 1000);
}, 3000);
this.$store.state.share = true;
},
watch: {