Reduced download delay

This commit is contained in:
glax 2023-05-18 18:19:29 +02:00
parent 170d0c094c
commit e3247e6242

View File

@ -8,7 +8,7 @@ public class MangaDex : Connector
{ {
internal override string downloadLocation { get; } internal override string downloadLocation { get; }
public override string name { get; } public override string name { get; }
private DownloadClient _downloadClient = new (1500); private DownloadClient _downloadClient = new (750);
public MangaDex(string downloadLocation) public MangaDex(string downloadLocation)
{ {