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

fix: exchange: explicitly cast the block message limit const #11511

Merged
merged 1 commit into from
Dec 9, 2023

Conversation

Stebalien
Copy link
Member

It's not a const for the testground build, and needs to be an int 99% of the time. So we might as well just cast here.

It's not a const for the testground build, and needs to be an int 99%
of the time. So we might as well just cast here.
@Stebalien Stebalien requested a review from a team as a code owner December 9, 2023 14:06
@Stebalien Stebalien merged commit f2a4891 into master Dec 9, 2023
89 checks passed
@Stebalien Stebalien deleted the steb/fix-block-msg-limit-type branch December 9, 2023 14:24
jennijuju pushed a commit that referenced this pull request Dec 9, 2023
It's not a const for the testground build, and needs to be an int 99%
of the time. So we might as well just cast here.
jennijuju pushed a commit that referenced this pull request Dec 9, 2023
It's not a const for the testground build, and needs to be an int 99%
of the time. So we might as well just cast here.
rjan90 pushed a commit that referenced this pull request Dec 11, 2023
It's not a const for the testground build, and needs to be an int 99%
of the time. So we might as well just cast here.
rjan90 pushed a commit that referenced this pull request Dec 11, 2023
It's not a const for the testground build, and needs to be an int 99%
of the time. So we might as well just cast here.
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

Successfully merging this pull request may close these issues.

None yet

2 participants