From 688ec0f2f934a8e7a27c5a926a09877b9defbbb0 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Fri, 26 May 2017 19:51:37 +0100 Subject: [PATCH] Increase polling time. --- public/src/views/share.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/views/share.vue b/public/src/views/share.vue index 28af74b..85a7b2d 100644 --- a/public/src/views/share.vue +++ b/public/src/views/share.vue @@ -57,7 +57,7 @@ export default { this.fetch(); this.interval = setInterval(() => { this.fetch(); - }, 1000); + }, 3000); this.$store.state.share = true; }, watch: {