Increase update interval to 120 seconds and adjust auto-refresh fallback to 300 seconds for improved performance.

This commit is contained in:
Phoenix
2025-08-07 23:14:59 +08:00
parent 96b6e3dcd9
commit e842b7d73e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ class ResourceDashboard {
if (this.autoRefreshEnabled) {
this.refreshData();
}
}, 60000); // 60 second fallback
}, 300000); // 300 second fallback
}
stopAutoRefresh() {