Skip to content

Commit

Permalink
fix: sync interval
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Oct 6, 2023
1 parent 556495d commit d3e6560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/adopted-probes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class AdoptedProbes {
this.syncDashboardData()
.finally(() => this.scheduleSync())
.catch(error => logger.error(error));
}, 5000);
}, 60_000);
}

async syncDashboardData () {
Expand Down

0 comments on commit d3e6560

Please sign in to comment.