animebytes: update rate limit

This commit is contained in:
Bogdan 2023-04-06 04:08:01 +03:00
parent a81dd24a20
commit 165f9be5e0
1 changed files with 2 additions and 2 deletions

View File

@ -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()