Not sure if the most recent fix in cd3df170de412389059d7a9ed8e9af14512a1435 fixed issues with client connections in terms of tweaking HikariCP parameters. It looks like this can be done either in application.conf or directly when we call Database.forConfig. Should revisit this if client connection issues continue to be a problem.
Related to #5
Not sure if the most recent fix in cd3df170de412389059d7a9ed8e9af14512a1435 fixed issues with client connections in terms of tweaking HikariCP parameters. It looks like this can be done either in
application.conf
or directly when we callDatabase.forConfig
. Should revisit this if client connection issues continue to be a problem.