Skip to content

Commit

Permalink
[DS-2778] Fix max connections configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVdV committed Oct 13, 2015
1 parent 6b3080f commit ab060b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dspace/config/spring/api/core-hibernate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<property name="password" value="${db.password}"/>
<property name="maxWaitMillis" value="${db.maxwait}"/>
<property name="maxIdle" value="${db.maxidle}"/>
<property name="maxTotal" value="${db.maxconnections}"/>
</bean>

</beans>

0 comments on commit ab060b7

Please sign in to comment.