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:
parent
8b6f7af6e0
commit
c9fc2591dc
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue