Adjusted Manganato ratelimit

This commit is contained in:
glax 2023-06-01 22:49:20 +02:00
parent 6158fa072b
commit 165bbc412e

View File

@ -15,7 +15,7 @@ public class Manganato : Connector
this.name = "Manganato";
this.downloadClient = new DownloadClient(new Dictionary<byte, int>()
{
{(byte)1, 100}
{(byte)1, 60}
}, logger);
}