Make multiplexer constants configurable via env vars#390
Merged
ludeeus merged 12 commits intoNabuCasa:mainfrom Mar 4, 2025
Merged
Make multiplexer constants configurable via env vars#390ludeeus merged 12 commits intoNabuCasa:mainfrom
ludeeus merged 12 commits intoNabuCasa:mainfrom
Conversation
34ce414 to
a7f028e
Compare
CodSpeed Performance ReportMerging #390 will not alter performanceComparing Summary
|
bdraco
commented
Mar 3, 2025
bdraco
commented
Mar 3, 2025
…ultiplex_const_env_vars
bdraco
commented
Mar 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The following environment variables are available to override internal defaults:
MULTIPLEXER_INCOMING_QUEUE_MAX_BYTES_CHANNEL- The maximum number of bytes allowed in the incoming queue for each multiplexer channel.MULTIPLEXER_INCOMING_QUEUE_LOW_WATERMARK- The low watermark threshold, in bytes, for the incoming queue for each multiplexer channel.MULTIPLEXER_INCOMING_QUEUE_HIGH_WATERMARK- The high watermark threshold, in bytes, for the incoming queue for each multiplexer channel.MULTIPLEXER_OUTGOING_QUEUE_MAX_BYTES_CHANNEL- The maximum number of bytes allowed in the outgoing queue for the multiplexer channel.MULTIPLEXER_OUTGOING_QUEUE_LOW_WATERMARK- The low watermark threshold, in bytes, for the outgoing queue for each multiplexer channel.MULTIPLEXER_OUTGOING_QUEUE_HIGH_WATERMARK- The high watermark threshold, in bytes, for the outgoing queue for each multiplexer channel.