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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: