mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 09:06:38 +00:00
parallel processing for routes and regions
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
"Override": {
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"SatelliteProvider.Services.RegionRequestQueue": "Debug",
|
||||
"SatelliteProvider.Services.GoogleMapsDownloaderV2": "Debug"
|
||||
}
|
||||
},
|
||||
"WriteTo": [
|
||||
@@ -33,7 +35,10 @@
|
||||
},
|
||||
"ProcessingConfig": {
|
||||
"MaxConcurrentDownloads": 4,
|
||||
"MaxConcurrentRegions": 3,
|
||||
"DefaultZoomLevel": 20,
|
||||
"QueueCapacity": 100
|
||||
"QueueCapacity": 1000,
|
||||
"DelayBetweenRequestsMs": 50,
|
||||
"SessionTokenReuseCount": 100
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user