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 payload limit for private messages #386

Open
gabriel-indik opened this issue Jan 6, 2022 · 0 comments
Open

Configurable payload limit for private messages #386

gabriel-indik opened this issue Jan 6, 2022 · 0 comments
Assignees
Milestone

Comments

@gabriel-indik
Copy link
Contributor

When sending private pinned messages FireFly will batch them and then send a single API call to the data exchange plugin. The issue with this approach is that the payload can get arbitrarily large. The batching mechanism should continue to accept new messages into the current batch as long as the combined payload does not exceed a configurable limit. Note also that if a single message with a payload that exceeds that limit is submitted to FireFly, it should be rejected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants