v 0.1.4
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user