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