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

TTL cache on internal pool #392

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

fenos
Copy link
Contributor

@fenos fenos commented Nov 6, 2023

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

currently, connections that use the internal pool are kept around forever

What is the new behavior?

With this change, connections are kept for up to 10 seconds in a multi-tenant mode. Every time the connection is accessed the time will reset and not disposed right away.

@fenos fenos merged commit 125082f into master Nov 6, 2023
1 check passed
@fenos fenos deleted the connection/lru-cache-on-internal-pool branch November 6, 2023 14:40
Copy link

github-actions bot commented Nov 6, 2023

🎉 This PR is included in version 0.43.10 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants