This commit is contained in:
2025-07-03 15:22:40 +03:00
parent 09af9d5091
commit 802598be79
28 changed files with 1102 additions and 531 deletions
+1
View File
@@ -12,6 +12,7 @@ namespace WebmrAPI.Configuration
{
public int ProcessScanInterval { get; set; } = 5;
public int MemoryRegionScanTimeout { get; set; } = 30;
public bool AllowProcessReadAccess { get; set; } = true;
}
public class WebServerSettings