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; });