rarbg: bump delay between http requests from 2.0 to 2.1

to satisfy the api 1req/2s limit.
This commit is contained in:
Garfield69 2018-09-27 15:12:33 +12:00
parent 7a49ddda3a
commit 6c661a4974
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ namespace Jackett.Common.Indexers
TorznabCaps.SupportsImdbSearch = true;
webclient.requestDelay = 2.0; // 0.5 requests per second (2 causes problems)
webclient.requestDelay = 2.1; // The api has a 1req/2s limit.
AddCategoryMapping(4, TorznabCatType.XXX, "XXX (18+)");
AddCategoryMapping(14, TorznabCatType.MoviesSD, "Movies/XVID");