mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Get 1000 releases from indexers
This commit is contained in:
@@ -61,7 +61,7 @@ namespace NzbDrone.Core.Indexers
|
||||
_logger.Info("{0} offset {1}. Found {2}", indexer, searchCriteria, result.Count);
|
||||
|
||||
if (result.Count > 90 &&
|
||||
offset < 1000 &&
|
||||
offset < 900 &&
|
||||
indexer.SupportsPaging)
|
||||
{
|
||||
result.AddRange(Fetch(indexer, searchCriteria, offset + 100));
|
||||
|
Reference in New Issue
Block a user