rename repository loader to TimedApiBasedRepositoryLoader

This commit is contained in:
2025-01-21 13:27:42 -08:00
parent 26d82390c6
commit fc23021c70
2 changed files with 3 additions and 3 deletions

View File

@@ -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;