Limnit episode concurrency to 5
This commit is contained in:
parent
630096e06d
commit
2e8acfdeef
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ namespace AudibleUtilities
|
|||
|
||||
List<Task<List<Item>>> getChildEpisodesTasks = new();
|
||||
|
||||
int count = 0, maxConcurrentEpisodeScans = 10;
|
||||
int count = 0, maxConcurrentEpisodeScans = 5;
|
||||
using SemaphoreSlim concurrencySemaphore = new(maxConcurrentEpisodeScans);
|
||||
|
||||
await foreach (var item in Api.GetLibraryItemAsyncEnumerable(libraryOptions))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue