mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
Rarbg: adjust delay
This commit is contained in:
parent
0e0d53fa00
commit
fd79b317ea
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ namespace Jackett.Indexers
|
|||
|
||||
TorznabCaps.SupportsImdbSearch = true;
|
||||
|
||||
webclient.requestDelay = 2.5; // 0.5 requests per second (2 causes problems)
|
||||
webclient.requestDelay = 2.0; // 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