VocaDB / vocadb

VocaDB is a Vocaloid Database with translated artists, albums, music videos and more.
https://vocadb.net
Other
348 stars 39 forks source link

feat: /Details rate limiting #1830

Closed FinnRG closed 2 weeks ago

FinnRG commented 2 weeks ago

Closes #1596 and adds a 40 req/minute sliding window rate limit and a max. 4 concurrent requests limit for /details endpoints.

Susko3 commented 2 weeks ago

How does the frontend deal with / show the user the HTTP status 429 Too Many Requests?

FinnRG commented 2 weeks ago

How does the frontend deal with / show the user the HTTP status 429 Too Many Requests?

There will be a custom 429 error page using the same mechanism as the other error pages.