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

[Improvement]: Increase the default database connection pool max wait time #3419

Open
2 of 3 tasks
zhoujinsong opened this issue Jan 23, 2025 · 1 comment · May be fixed by #3427
Open
2 of 3 tasks

[Improvement]: Increase the default database connection pool max wait time #3419

zhoujinsong opened this issue Jan 23, 2025 · 1 comment · May be fixed by #3427
Labels

Comments

@zhoujinsong
Copy link
Contributor

Search before asking

  • I have searched in the issues and found no similar issues.

What would you like to be improved?

The default database connection pool max wait time is 1000ms for now.
This is quite small and the wait timeout exception is easy to occur when the database system is a bit busy.

How should we improve?

We may increase the default value to 5000ms or 30000ms to reduce the timeout exception rate.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Subtasks

No response

Code of Conduct

@Marvel-Gu
Copy link

please assign this to me. @zhoujinsong

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 a pull request may close this issue.

2 participants