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-HikariPool-Size #148

Merged
merged 1 commit into from
Dec 24, 2023
Merged

Conversation

whitesoup12
Copy link
Owner

This PR implements an important upgrade in our Hikari database connection pool configuration by increasing the maximum pool size.

The main changes in this PR are as follows:

The max pool size parameter in the Hikari configuration has been updated from 50 to 75.
This change enhances our application's capacity to manage multiple database connections concurrently.
By allowing more simultaneous connections, we expect to see an overall improvement in the application's performance, especially under high load.

Commit Reference: 0323b1d

The committed change increases the maximum pool size in the Hikari database connection-pool configuration. This adjustment is made from 50 to 75 to improve the application's ability to handle multiple database connections concurrently.
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@whitesoup12 whitesoup12 merged commit 357c01b into main Dec 24, 2023
2 checks passed
@whitesoup12 whitesoup12 deleted the connection-pool-bump branch December 24, 2023 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant