Skip to content

Commit

Permalink
Merge pull request #140 from mlbiam/main
Browse files Browse the repository at this point in the history
add maxcons and maxidle cons for db configuration
  • Loading branch information
mlbiam authored Jan 19, 2025
2 parents 3cd5bff + 0605f8c commit 99a1556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/unison.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
<url>#[OU_JDBC_URL]</url>
<user>#[OU_JDBC_USER]</user>
<password>#[OU_JDBC_PASSWORD]</password>
<maxConns>10</maxConns>
<maxIdleConns>10</maxIdleConns>
<maxConns>#[openunison.maxcons:10]</maxConns>
<maxIdleConns>#[openunison.maxidlecons:10]</maxIdleConns>
<userIdAttribute>uid</userIdAttribute>
<approverAttributes>
<value>uid</value>
Expand Down

0 comments on commit 99a1556

Please sign in to comment.