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()