mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
Rarbg: increase requestDelay
This commit is contained in:
parent
b4948c924d
commit
d8e6f0ec57
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ namespace Jackett.Indexers
|
|||
|
||||
TorznabCaps.SupportsImdbSearch = true;
|
||||
|
||||
webclient.requestDelay = 2; // 0.5 requests per second
|
||||
webclient.requestDelay = 2.5; // 0.5 requests per second (2 causes problems)
|
||||
|
||||
AddCategoryMapping(4, TorznabCatType.XXX, "XXX (18+)");
|
||||
AddCategoryMapping(14, TorznabCatType.MoviesSD, "Movies/XVID");
|
||||
|
|
Loading…
Reference in a new issue