From c9fc2591dc7486002c30549ccf855ab31178c1d0 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 2 Jan 2025 23:21:55 +0200 Subject: [PATCH] passthepopcorn: increase rate limit --- src/Jackett.Common/Indexers/Definitions/PassThePopcorn.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/Definitions/PassThePopcorn.cs b/src/Jackett.Common/Indexers/Definitions/PassThePopcorn.cs index 354ef92c9..1b0b8f984 100644 --- a/src/Jackett.Common/Indexers/Definitions/PassThePopcorn.cs +++ b/src/Jackett.Common/Indexers/Definitions/PassThePopcorn.cs @@ -54,7 +54,7 @@ namespace Jackett.Common.Indexers.Definitions Separate options with a space if using more than one option.
Filter options available:
GoldenPopcorn
Scene
Checked
Free")) { - webclient.requestDelay = 2; + webclient.requestDelay = 4; } private TorznabCapabilities SetCapabilities()