Skip to content

Commit

Permalink
Update data-source.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle authored Aug 30, 2024
1 parent d2e9c9b commit e25c08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/resources/spring/data-source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<property name="testWhileIdle" value="${database.testwhileidle:false}"/>
<property name="minIdle" value="${database.minidle:10}"/>
<property name="maxActive" value="${database.maxactive:100}"/>
<property name="maxIdle" value="${database.maxidle:100}"/>
<property name="maxIdle" value="${database.maxidle:50}"/>
<property name="maxWait" value="${database.maxwait:30000}"/>
<property name="initialSize" value="${database.initialsize:10}"/>
<property name="validationQueryTimeout" value="${database.validationquerytimeout:10}"/>
Expand Down

0 comments on commit e25c08f

Please sign in to comment.