Skip to content

Commit

Permalink
Merge pull request #6483 from OpenNMS/jira/NMS-15852
Browse files Browse the repository at this point in the history
NMS-15852: Reduce minimal pool size
  • Loading branch information
Benjamin Reed authored Aug 7, 2023
2 parents e38620b + a932010 commit 1183ee7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<connection-pool factory="org.opennms.core.db.HikariCPConnectionFactory"
idleTimeout="600"
loginTimeout="3"
minPool="50"
minPool="25"
maxPool="50"
maxSize="50" />

Expand Down

0 comments on commit 1183ee7

Please sign in to comment.