mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-01-30 16:37:29 +01:00
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; }
|
||||
public override string name { get; }
|
||||
private DownloadClient _downloadClient = new (1500);
|
||||
private DownloadClient _downloadClient = new (750);
|
||||
|
||||
public MangaDex(string downloadLocation)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user