mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
rename repository loader to TimedApiBasedRepositoryLoader
This commit is contained in:
@@ -19,7 +19,7 @@ const baseUrl = "https://passiogo.com/mapGetData.php";
|
||||
// - OrderedStops: reload every few minutes
|
||||
// - Systems: reload once a day
|
||||
|
||||
export class RepositoryDataLoader {
|
||||
export class TimedApiBasedRepositoryLoader {
|
||||
private shouldBeRunning: boolean = false;
|
||||
private timer: any;
|
||||
|
||||
Reference in New Issue
Block a user