RarBG: bump requestDelay to 2.2 for #5107

This commit is contained in:
Garfield69 2019-04-21 10:50:34 +12:00
parent 11e8d4d290
commit f6bb9ca263
1 changed files with 1 additions and 1 deletions

View File

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