whitesoup12 / remote-falcon

Remote Falcon Monorepo for all things RF
GNU General Public License v3.0
12 stars 5 forks source link

Improvement/Increase-HikariPool-Size #148

Closed whitesoup12 closed 8 months ago

whitesoup12 commented 8 months ago

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: 0323b1d511ee8650004c4e6e969e5ca2eef2d5ea

sonarcloud[bot] commented 8 months ago

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