1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-27 20:58:50 +00:00
arikawa/utils/ws
diamondburned 5811606559
gateway: Fix Send rate limiting
Prior to this commit, gateways can send 120 events before being
throttled at a terribly slow rate of 1 send per minute.

This commit permits gateways to send 5 events before being throttled at
a rate of slightly less than 120 events per minute.
2022-12-07 00:25:55 -08:00
..
ophandler
codec.go
conn.go
gateway.go
op.go
throttler.go gateway: Fix Send rate limiting 2022-12-07 00:25:55 -08:00
ws.go