1
0
Fork 0
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:
Garfield69 2019-04-21 15:28:19 +12:00
parent f6bb9ca263
commit 7d6b282039

View file

@ -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");