mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-25 09:31:38 -04:00
lowered Sonarr CF sync delay to 100-500ms
This commit is contained in:
@@ -228,7 +228,7 @@ public sealed class CustomFormatScoreSyncer : IHandler
|
||||
}
|
||||
|
||||
// Rate limit to avoid overloading the Sonarr API
|
||||
await Task.Delay(Random.Shared.Next(500, 1500), cancellationToken);
|
||||
await Task.Delay(Random.Shared.Next(100, 500), cancellationToken);
|
||||
}
|
||||
|
||||
if (itemsInChunk.Count == 0)
|
||||
|
||||
Reference in New Issue
Block a user