How do queue slots work? #3199
Answered
by
gabime
Lord-Kamina
asked this question in
Q&A
-
This is possibly a dumb question in that it arose from a literal reading of the wiki; specifically: What I'm wondering is... what happens if a specific log entry is larger than that? Does the queue slot get resized, or does something else happen (i.e. the message gets split into more than one slot or truncated, or something like that)? |
Beta Was this translation helpful? Give feedback.
Answered by
gabime
Sep 23, 2024
Replies: 1 comment 1 reply
-
If specific message is bigger than 250 bytes, more bytes will be allocated by the buffer member of the slot. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Lord-Kamina
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If specific message is bigger than 250 bytes, more bytes will be allocated by the buffer member of the slot.