mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
audiobookbay: increase requestDelay (#14099)
This commit is contained in:
@@ -17,6 +17,7 @@ using Jackett.Common.Utils;
|
|||||||
using Jackett.Common.Utils.Clients;
|
using Jackett.Common.Utils.Clients;
|
||||||
using Newtonsoft.Json.Linq;
|
using Newtonsoft.Json.Linq;
|
||||||
using NLog;
|
using NLog;
|
||||||
|
using WebClient = Jackett.Common.Utils.Clients.WebClient;
|
||||||
|
|
||||||
namespace Jackett.Common.Indexers
|
namespace Jackett.Common.Indexers
|
||||||
{
|
{
|
||||||
@@ -79,8 +80,7 @@ namespace Jackett.Common.Indexers
|
|||||||
Language = "en-US";
|
Language = "en-US";
|
||||||
Type = "public";
|
Type = "public";
|
||||||
|
|
||||||
// requestDelay for API Limit (1 request per 2 seconds)
|
webclient.requestDelay = 3.1;
|
||||||
webclient.requestDelay = 2.1;
|
|
||||||
|
|
||||||
// Age
|
// Age
|
||||||
AddCategoryMapping("children", TorznabCatType.AudioAudiobook, "Children");
|
AddCategoryMapping("children", TorznabCatType.AudioAudiobook, "Children");
|
||||||
|
Reference in New Issue
Block a user