From be92665b65a984a3f3341ff0a16e9cbb77b1795f Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 1 Jan 2022 20:32:35 +0100 Subject: [PATCH] =?UTF-8?q?Hotfix:=20zbyt=20szybkie=20od=C5=9Bwie=C5=BCani?= =?UTF-8?q?e=20scenerii?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SceneryView/SceneryTimetable.vue | 2 +- src/store/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SceneryView/SceneryTimetable.vue b/src/components/SceneryView/SceneryTimetable.vue index 49c85f5..99548b3 100644 --- a/src/components/SceneryView/SceneryTimetable.vue +++ b/src/components/SceneryView/SceneryTimetable.vue @@ -34,7 +34,7 @@ - + {{ $t("app.loading") }} diff --git a/src/store/index.ts b/src/store/index.ts index 6cd9bca..de82fd7 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -96,7 +96,7 @@ export const store = createStore({ commit(MUTATIONS.SET_SCENERY_DATA_STATUS, DataStatus.Loaded); dispatch(ACTIONS.fetchOnlineData); - setInterval(() => dispatch(ACTIONS.fetchOnlineData), Math.floor(Math.random() * 5000) + 2500); + setInterval(() => dispatch(ACTIONS.fetchOnlineData), Math.floor(Math.random() * 5000) + 25000); }, async fetchOnlineData({ commit, dispatch }) {