Reduced download delay
This commit is contained in:
parent
170d0c094c
commit
e3247e6242
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user