Mehgugs/lacord

Rewrite api:request and api:push

Closed this issue · 1 comments

Every time I look at the rate limit code I cringe. Using a session limiter to handle the global limit which is static should work, then I think I need to look into a note scalable rate limit route tracker.

This has been implemented.