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

Optimize BufferedChannelFactory's internal buffer size. #706

Conversation

jdcove2
Copy link
Collaborator

@jdcove2 jdcove2 commented Feb 22, 2024

This PR changes the bufferSize passed in to be a maxBufferSize so that the internal buffer can be sized according to the equation "bufferSize = Math.min(sbcf.size(), maxBufferSize)).

@jpdahlke jpdahlke added this to the v8.0.0-M15 milestone Feb 27, 2024
@jpdahlke jpdahlke merged commit 27e0793 into NationalSecurityAgency:master Feb 27, 2024
9 checks passed
@jpdahlke jpdahlke added the enhancement An enhancement to an existing feature label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants