Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

✨ Max DB connections setting. #759

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Conversation

jortel
Copy link
Contributor

@jortel jortel commented Oct 16, 2024

Makes the (max) number of DB connections configurable. The default=1 which is:

  • The safest.
  • Most consistent performance (not necessarily the best) on NFS.
  • Matches how <=0.5 has always worked.

Increasing max-connections > 1 provides much better throughput on fast filesystems.

Signed-off-by: Jeff Ortel <jortel@redhat.com>
Copy link
Collaborator

@mansam mansam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

2 participants