From be629e5c6b076bf9a28dcc953e97478d244d8413 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Mon, 11 Jan 2021 21:08:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=95=20set=20manual=20refresh=20time=20?= =?UTF-8?q?to=202min?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store.js b/src/store.js index ef71a8da..5657dac3 100644 --- a/src/store.js +++ b/src/store.js @@ -41,8 +41,8 @@ const store = () => { // state.refreshInterval = setInterval(() => { this.refreshAuth(); - // 4min - }, 4 * 60000); + // 2min + }, 2 * 60000); // return state; });