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

support for server_idle_timeout at db level #317

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

miromad
Copy link

@miromad miromad commented Aug 9, 2018

This supports following use case:

  • small number of frequently used db's where larger server_idle_timeout is beneficial (per db setting)
  • large number of infrequently used db's where single connection is sufficient and shorter server_idle_timeout helps reduce overall number of server connections and memory use (global setting).

@petere petere added the feature discussion about functionality that does not exist yet label Aug 3, 2019
@miromad
Copy link
Author

miromad commented Sep 24, 2019

Rebased to the latest and fixed merge conflict (doc markup formatting). Any chance this ends up in master and a future release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature discussion about functionality that does not exist yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants