mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-04-16 12:59:12 -04:00
Limnit episode concurrency to 5
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user