mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 07:06:39 +00:00
parallel processing for routes and regions
This commit is contained in:
@@ -3,7 +3,10 @@ namespace SatelliteProvider.Common.Configs;
|
||||
public class ProcessingConfig
|
||||
{
|
||||
public int MaxConcurrentDownloads { get; set; } = 4;
|
||||
public int MaxConcurrentRegions { get; set; } = 3;
|
||||
public int DefaultZoomLevel { get; set; } = 20;
|
||||
public int QueueCapacity { get; set; } = 100;
|
||||
public int DelayBetweenRequestsMs { get; set; } = 50;
|
||||
public int SessionTokenReuseCount { get; set; } = 100;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user