[DiscordArchive] Rate limiting is a tricky thing. If you have 1k opcodes and apply rate limiting per opcode, even if
[DiscordArchive] Rate limiting is a tricky thing. If you have 1k opcodes and apply rate limiting per opcode, even if
Archived author: walkline • Posted: 2025-02-18T15:43:21.250000+00:00
Original source
Rate limiting is a tricky thing. If you have 1k opcodes and apply rate limiting per opcode, even if you allow just one request per second, you are effectively allowing 1k requests per second
Maybe we should have some opcode grouping and use requests per minute?