Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable message throttling #2

Open
ori-sky opened this issue May 1, 2022 · 0 comments
Open

Configurable message throttling #2

ori-sky opened this issue May 1, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ori-sky
Copy link
Owner

ori-sky commented May 1, 2022

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.
@ori-sky ori-sky added the enhancement New feature or request label May 1, 2022
@ori-sky ori-sky added this to the 0.2.0 milestone May 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant