You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mod currently sends messages as fast as possible without any regard for throttling. Some servers may detect this as spam/flooding so we should implement a message queue and perform throttling.
Acceptance criteria:
Messages should be sent to a message queue and throttled before sending.
The throttle rate should be configurable, with a sensible default like 1-3 seconds perhaps.
The text was updated successfully, but these errors were encountered:
The mod currently sends messages as fast as possible without any regard for throttling. Some servers may detect this as spam/flooding so we should implement a message queue and perform throttling.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: