Increase update interval to 120 seconds and adjust auto-refresh fallback to 300 seconds for improved performance.
This commit is contained in:
@@ -141,7 +141,7 @@ class ResourceDashboard {
|
||||
if (this.autoRefreshEnabled) {
|
||||
this.refreshData();
|
||||
}
|
||||
}, 60000); // 60 second fallback
|
||||
}, 300000); // 300 second fallback
|
||||
}
|
||||
|
||||
stopAutoRefresh() {
|
||||
|
||||
Reference in New Issue
Block a user