From e3247e624244f49a90ef876ad5b55d51a67dcc88 Mon Sep 17 00:00:00 2001 From: glax <--local> Date: Thu, 18 May 2023 18:19:29 +0200 Subject: [PATCH] Reduced download delay --- Tranga/Connectors/MangaDex.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tranga/Connectors/MangaDex.cs b/Tranga/Connectors/MangaDex.cs index 361c20d..35180b7 100644 --- a/Tranga/Connectors/MangaDex.cs +++ b/Tranga/Connectors/MangaDex.cs @@ -8,7 +8,7 @@ public class MangaDex : Connector { internal override string downloadLocation { get; } public override string name { get; } - private DownloadClient _downloadClient = new (1500); + private DownloadClient _downloadClient = new (750); public MangaDex(string downloadLocation) {