mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
zmniejszenie czasu odpytywania z serwera
This commit is contained in:
@@ -10,7 +10,7 @@ import { OnlineScenery, ScheduledTrain, StationJSONData, StoreState } from './ty
|
||||
import { API } from '../typings/api';
|
||||
import { Status } from '../typings/common';
|
||||
|
||||
const API_INTERVAL_MS = 30000;
|
||||
const API_INTERVAL_MS = 20000;
|
||||
|
||||
export const useStore = defineStore('store', {
|
||||
state: () =>
|
||||
|
||||
Reference in New Issue
Block a user