1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-04 18:59:01 +00:00

passthepopcorn: increase rate limit

This commit is contained in:
Bogdan 2025-01-02 23:21:55 +02:00
parent 8b6f7af6e0
commit c9fc2591dc

View file

@ -54,7 +54,7 @@ namespace Jackett.Common.Indexers.Definitions
Separate options with a space if using more than one option.<br>Filter options available:
<br><code>GoldenPopcorn</code><br><code>Scene</code><br><code>Checked</code><br><code>Free</code>"))
{
webclient.requestDelay = 2;
webclient.requestDelay = 4;
}
private TorznabCapabilities SetCapabilities()