1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-03 13:46:10 +00:00

Rarbg: adjust delay

This commit is contained in:
kaso17 2017-10-03 15:32:44 +02:00
parent 0e0d53fa00
commit fd79b317ea

View file

@ -58,7 +58,7 @@ namespace Jackett.Indexers
TorznabCaps.SupportsImdbSearch = true;
webclient.requestDelay = 2.5; // 0.5 requests per second (2 causes problems)
webclient.requestDelay = 2.0; // 0.5 requests per second (2 causes problems)
AddCategoryMapping(4, TorznabCatType.XXX, "XXX (18+)");
AddCategoryMapping(14, TorznabCatType.MoviesSD, "Movies/XVID");