Skip to content

Commit

Permalink
Extend longConnectionPool timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
LordFlashmeow committed Jul 15, 2021
1 parent 21dcaae commit 8b70ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WEB-INF/struts-configDbAnt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The WEB-INF/struts-configDb.xml softlink points to this one an antweb-dev, antwe
<set-property property="testConnectionOnCheckout" value="true"/>
<set-property property="autoCommitOnClose" value="true"/>

<set-property property="unreturnedConnectionTimeout" value="6000"/> <!-- 4200 / 60 is 70 min --> <!-- 6000 / 60 is 100 min -->
<set-property property="unreturnedConnectionTimeout" value="10800"/> <!-- 4200 / 60 is 70 min --> <!-- 10800 / 60 is 3 hours -->
<set-property property="debugUnreturnedConnectionStackTraces" value="true"/>

<set-property property="testConnectionOnCheckin" value="true"/>
Expand Down

0 comments on commit 8b70ab1

Please sign in to comment.