diff --git a/web-app/src/app/routes/monitor/monitor-list/monitor-list.component.ts b/web-app/src/app/routes/monitor/monitor-list/monitor-list.component.ts index ee106f31c9c..ad3b36a2621 100644 --- a/web-app/src/app/routes/monitor/monitor-list/monitor-list.component.ts +++ b/web-app/src/app/routes/monitor/monitor-list/monitor-list.component.ts @@ -106,7 +106,7 @@ export class MonitorListComponent implements OnInit, OnDestroy { // Set up an interval to refresh the table every 2 minutes this.intervalId = setInterval(() => { this.sync(); - }, 12000); // 120000 ms = 2 minutes + }, 120000); // 120000 ms = 2 minutes } ngOnDestroy(): void {