fix: raise default overload disk threshold to 95%

This commit is contained in:
Seefs
2026-03-19 16:58:13 +08:00
parent 5fe8e98eeb
commit e9f8f62796
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ var performanceSetting = PerformanceSetting{
MonitorEnabled: true,
MonitorCPUThreshold: 90,
MonitorMemoryThreshold: 90,
MonitorDiskThreshold: 90,
MonitorDiskThreshold: 95,
}
func init() {