mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
Revert "RarBG: bump requestDelay to 2.2 for #5107"
This reverts commit f6bb9ca263
.
This commit is contained in:
parent
f6bb9ca263
commit
7d6b282039
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ namespace Jackett.Common.Indexers
|
|||
|
||||
TorznabCaps.SupportsImdbSearch = true;
|
||||
|
||||
webclient.requestDelay = 2.2; // The api has a 1req/2s limit.
|
||||
webclient.requestDelay = 2.1; // The api has a 1req/2s limit.
|
||||
|
||||
AddCategoryMapping(4, TorznabCatType.XXX, "XXX (18+)");
|
||||
AddCategoryMapping(14, TorznabCatType.MoviesSD, "Movies/XVID");
|
||||
|
|
Loading…
Reference in a new issue