Polytoria / Docs

Polytoria Scripting API documentation
https://docs.polytoria.com
7 stars 15 forks source link

Correct Http Ratelimit #65

Closed GoldenretriverYT closed 6 months ago

GoldenretriverYT commented 7 months ago

PR Summary

I did a short test, since the 15 req/min limit seemed extremely low, and unsurprisingly it seems to be off. The actual limit I was able to reproduce was 90 requests/minute.

https://polytoria.com/places/8802 <- This is what I used for testing, it sends a request every 0.1 seconds and resets the counter if one of them fails, and after 90 it fails due to the limits.

Thanks for taking the time to contribute to the Polytoria documentation project! Please ensure that this PR meets the following criteria before submitting (you may delete this section after reading):

Alyxsqrd commented 6 months ago

Thanks