This commit is contained in:
2025-07-03 20:01:19 +03:00
parent 802598be79
commit dfa8542fb2
13 changed files with 423 additions and 218 deletions
+3 -1
View File
@@ -10,8 +10,10 @@ namespace WebmrAPI.Configuration
public class MonitoringSettings
{
public int ProcessScanInterval { get; set; } = 5;
public int ProcessScanInterval { get; set; } = 5;
public int MemoryRegionScanTimeout { get; set; } = 30;
public int ThreadScanTimeout { get; set; } = 30;
public int ModuleScanTimeout { get; set; } = 60;
public bool AllowProcessReadAccess { get; set; } = true;
}