-
Notifications
You must be signed in to change notification settings - Fork 53
Increase mysql backend timeout to 2s #174
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
The PR intends to increase the MySQL backend timeout from 500ms to 2s. The key changes include a modification of the DSN connection string in pkg/group/mysql.go to update the timeout value.
- Update DSN string timeout
- Change timeout value in the connection URL
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
Co-authored-by: Copilot <[email protected]>
Increase mysql backend timeout from 500ms to 8s, election interval to 2s, election timeout to 10s