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 set_default_connection_limit not being respected #1053

Merged
merged 2 commits into from
May 19, 2023

Commits on May 19, 2023

  1. Fix set_default_connection_limit not being respected

    With all the default global connection pool shuffling that has
    happened, we missed making sure `set_default_connection_limit!`
    was still being respected. It was updating the global connection
    limit ref, but the global pools were still stuck with whatever their
    values were when first initialized.
    
    This PR reinitializes the global connection pools when the default
    connection pool limit is changed.
    quinnj committed May 19, 2023
    Configuration menu
    Copy the full SHA
    e9b8b7a View commit details
    Browse the repository at this point in the history
  2. Update test/client.jl

    Co-authored-by: Nick Robinson <npr251@gmail.com>
    quinnj and nickrobinson251 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    ad18bcc View commit details
    Browse the repository at this point in the history