-
Notifications
You must be signed in to change notification settings - Fork 332
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
Implement Connection Lifetime #212
Labels
Comments
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Apr 6, 2017
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Apr 6, 2017
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Apr 6, 2017
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Apr 6, 2017
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Apr 6, 2017
Shipped in 0.17.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Official description:
This appears to enforce a maximum lifetime on any individual connection that is created. It's not clear to me (from the documentation) if some kind of watchdog is proactively cleaning up old connections in the pool, or if this only applies strictly to when a connection is returned.
The text was updated successfully, but these errors were encountered: