hotfix continue, not break - add slight delay - log params
This commit is contained in:
@@ -44,7 +44,8 @@ public partial class TorrentioCrawler(
|
||||
if (items.Count == 0)
|
||||
{
|
||||
logger.LogInformation("No items to process for {TorrentioInstance}", instance.Name);
|
||||
break;
|
||||
await Task.Delay(10000);
|
||||
continue;
|
||||
}
|
||||
|
||||
var newTorrents = new List<Torrent>();
|
||||
|
||||
Reference in New Issue
Block a user