Adjusted RateLimit

This commit is contained in:
glax 2023-05-22 18:55:26 +02:00
parent 93cf341f2d
commit 9b70994f71

View File

@ -25,7 +25,7 @@ public class MangaDex : Connector
{
{(byte)RequestType.Manga, 250},
{(byte)RequestType.Feed, 250},
{(byte)RequestType.AtHomeServer, 60},
{(byte)RequestType.AtHomeServer, 40},
{(byte)RequestType.Cover, 250},
{(byte)RequestType.Author, 250}
});