1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-09 05:16:55 +00:00

dontorrent: add requestdelay 2.1s to avoid too many requests limiter. resolves #6214

This commit is contained in:
Garfield69 2023-01-26 16:14:02 +13:00
parent 2b66e79a39
commit c7a5d8c9a5

View file

@ -105,6 +105,9 @@ namespace Jackett.Common.Indexers
Language = "es-ES";
Type = "public";
// avoid CLoudflare too many requests limiter
webclient.requestDelay = 2.1;
var matchWords = new BoolConfigurationItem("Match words in title") { Value = true };
configData.AddDynamic("MatchWords", matchWords);