mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Fixed: Increase rate limit for PassThePopcorn
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using NLog;
|
||||
using System;
|
||||
using NLog;
|
||||
using NzbDrone.Common.Http;
|
||||
using NzbDrone.Core.Configuration;
|
||||
using NzbDrone.Core.Parser;
|
||||
@@ -12,6 +13,7 @@ namespace NzbDrone.Core.Indexers.PassThePopcorn
|
||||
public override bool SupportsRss => true;
|
||||
public override bool SupportsSearch => true;
|
||||
public override int PageSize => 50;
|
||||
public override TimeSpan RateLimit => TimeSpan.FromSeconds(4);
|
||||
|
||||
public PassThePopcorn(IHttpClient httpClient,
|
||||
IIndexerStatusService indexerStatusService,
|
||||
|
||||
Reference in New Issue
Block a user