Update project files and configurations for improved structure and maintainability
This commit is contained in:
@@ -23,6 +23,13 @@ namespace ResourceMonitorService.Configuration
|
||||
@"\Ubisoft Game Launcher\games\"
|
||||
};
|
||||
|
||||
public List<string> GameRootFolders { get; set; } = new()
|
||||
{
|
||||
@"C:\Games",
|
||||
@"D:\Games",
|
||||
@"E:\Games"
|
||||
};
|
||||
|
||||
public List<AlertThresholdConfig> AlertThresholds { get; set; } = new()
|
||||
{
|
||||
new() { Component = "CPU", WarningThreshold = 80, CriticalThreshold = 95, DurationSeconds = 30 },
|
||||
|
||||
Reference in New Issue
Block a user