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:
parent
2b66e79a39
commit
c7a5d8c9a5
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue