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
@@ -32,7 +32,7 @@
"BasePath": "/api"
},
"MonitoringSettings": {
"UpdateIntervalMs": 5000,
"UpdateIntervalMs": 120000,
"DataRetentionDays": 7,
"EnableGpuMonitoring": true,
"EnableDiskMonitoring": true,