Legacy RateLimit

This commit is contained in:
2024-04-18 18:58:42 +02:00
parent 8f8d019861
commit b0f353819b
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ public class TrangaSettings
{RequestType.MangaDexImage, 40},
{RequestType.MangaImage, 60},
{RequestType.MangaCover, 250},
{RequestType.MangaDexAuthor, 250},
{RequestType.MangaDexAuthor, 250}, //Legacy
{RequestType.Default, 60}
};