Adjusted RateLimit
This commit is contained in:
parent
93cf341f2d
commit
9b70994f71
@ -25,7 +25,7 @@ public class MangaDex : Connector
|
|||||||
{
|
{
|
||||||
{(byte)RequestType.Manga, 250},
|
{(byte)RequestType.Manga, 250},
|
||||||
{(byte)RequestType.Feed, 250},
|
{(byte)RequestType.Feed, 250},
|
||||||
{(byte)RequestType.AtHomeServer, 60},
|
{(byte)RequestType.AtHomeServer, 40},
|
||||||
{(byte)RequestType.Cover, 250},
|
{(byte)RequestType.Cover, 250},
|
||||||
{(byte)RequestType.Author, 250}
|
{(byte)RequestType.Author, 250}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user