audiobookbay: increase requestDelay (#14099)

This commit is contained in:
Bogdan 2023-02-26 14:14:58 +02:00 committed by GitHub
parent f7b6813e21
commit fdb2e68efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,7 @@ using Jackett.Common.Utils;
using Jackett.Common.Utils.Clients;
using Newtonsoft.Json.Linq;
using NLog;
using WebClient = Jackett.Common.Utils.Clients.WebClient;
namespace Jackett.Common.Indexers
{
@ -79,8 +80,7 @@ namespace Jackett.Common.Indexers
Language = "en-US";
Type = "public";
// requestDelay for API Limit (1 request per 2 seconds)
webclient.requestDelay = 2.1;
webclient.requestDelay = 3.1;
// Age
AddCategoryMapping("children", TorznabCatType.AudioAudiobook, "Children");