bostonmak / ProjectNano2

ms private server
GNU Affero General Public License v3.0
1 stars 0 forks source link

HikariCP is actually not being used #149

Closed minimucho1 closed 5 years ago

minimucho1 commented 5 years ago

For some reason, HikariCP is being configured but never used in the code. We should use HikariCP for connection pooling because it's very performant.

minimucho1 commented 5 years ago

Verified and merged.