diff --git a/code/backend/Cleanuparr.Infrastructure/Features/Jobs/CustomFormatScoreSyncer.cs b/code/backend/Cleanuparr.Infrastructure/Features/Jobs/CustomFormatScoreSyncer.cs index a0783ddf..e145028f 100644 --- a/code/backend/Cleanuparr.Infrastructure/Features/Jobs/CustomFormatScoreSyncer.cs +++ b/code/backend/Cleanuparr.Infrastructure/Features/Jobs/CustomFormatScoreSyncer.cs @@ -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)