From 30d82f2123b9d475032aa4891826223f77702bde Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Mon, 21 Sep 2020 13:40:11 +0200 Subject: [PATCH] real 0.0.3 Signed-off-by: Julien Veyssier --- src/views/Dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index f9bf3dd..43d0682 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -111,7 +111,7 @@ export default { beforeMount() { this.fetchNotifications() - this.loop = setInterval(() => this.fetchNotifications(), 15000) + this.loop = setInterval(() => this.fetchNotifications(), 60000) }, mounted() {