Add resilient upload queue and client health
This commit is contained in:
@@ -18,6 +18,8 @@ internal sealed record ClientConfiguration
|
||||
|
||||
public int UploadTimeoutSeconds { get; init; } = 30;
|
||||
|
||||
public int UploadQueueMaxReports { get; init; } = 100;
|
||||
|
||||
public bool EnableVulnerabilityCorrelation { get; init; } = true;
|
||||
|
||||
public string VulnerabilityCsvPath { get; init; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user