Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix set_default_connection_limit not being respected (#1053)
* 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. * Update test/client.jl Co-authored-by: Nick Robinson <[email protected]> --------- Co-authored-by: Nick Robinson <[email protected]>
- Loading branch information