mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 07:43:13 +00:00
animebytes: update rate limit
This commit is contained in:
parent
a81dd24a20
commit
165f9be5e0
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ namespace Jackett.Common.Indexers
|
|||
{
|
||||
// AnimeBytes doesn't like fake user agents (issue #1535)
|
||||
webclient.EmulateBrowser = false;
|
||||
// requestDelay for API Limit (1 request per 10 seconds)
|
||||
webclient.requestDelay = 10;
|
||||
// requestDelay for API Limit (1 request per 3 seconds)
|
||||
webclient.requestDelay = 3.1;
|
||||
}
|
||||
|
||||
private TorznabCapabilities SetCapabilities()
|
||||
|
|
Loading…
Reference in a new issue