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) {