diff --git a/src/lib/adopted-probes.ts b/src/lib/adopted-probes.ts index a63508ec..fca8b8cb 100644 --- a/src/lib/adopted-probes.ts +++ b/src/lib/adopted-probes.ts @@ -29,7 +29,7 @@ export class AdoptedProbes { this.syncDashboardData() .finally(() => this.scheduleSync()) .catch(error => logger.error(error)); - }, 5000); + }, 60_000); } async syncDashboardData () {