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

Set max of resource free queue length and resource free limit to INT32_MAX #1421

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

reissGRVS
Copy link
Contributor

This stops them being incorrectly set to 0 by aeron_config_parse_uint32 when comparing against int32 0
Current behaviour will always set the value to 0 if the environment variable is specified.

…2_MAX

This stops them being incorrectly set to 0 by aeron_config_parse_uint32 when comparing against int32 0
@reissGRVS
Copy link
Contributor Author

Might make sense to fix this in aeron_config_parse_uint32 instead.

@mikeb01
Copy link
Contributor

mikeb01 commented Feb 7, 2023

I'm going to merge this and I'll fix up aeron_config_parse_uint32 too.

@mikeb01 mikeb01 merged commit 31d2d98 into aeron-io:master Feb 7, 2023
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.

2 participants