Rarbg: increase requestDelay

This commit is contained in:
kaso17 2017-06-03 16:14:19 +02:00
parent b4948c924d
commit d8e6f0ec57
1 changed files with 1 additions and 1 deletions

View File

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