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

Increase the maximum number of concurrent DNS queries from 32 to 256 (3.x) #59520

Merged

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented Mar 25, 2022

3.x version of #59445.

This makes the following error message less likely to be printed when performing many concurrent HTTP requests:

Condition ' resolving == IP::RESOLVER_INVALID_ID ' is true. returned: ERR_BUG

This makes the following error message less likely to be printed
when performing many concurrent HTTP requests:

    Condition ' resolving == IP::RESOLVER_INVALID_ID ' is true. returned: ERR_BUG
@Calinou Calinou requested review from a team as code owners March 25, 2022 16:14
@Calinou Calinou added this to the 3.5 milestone Mar 25, 2022
@Calinou Calinou changed the title Increase the maximum number of concurrent DNS queries from 32 to 256 Increase the maximum number of concurrent DNS queries from 32 to 256 (3.x) Mar 25, 2022
@akien-mga akien-mga merged commit 56e0c38 into godotengine:3.x Mar 25, 2022
@akien-mga
Copy link
Member

Thanks!

@Calinou Calinou deleted the dns-increase-resolver-max-queries-3.x branch March 25, 2022 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants