Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codinko/21d10c75ec85f5eba2495fd357b09af0 to your computer and use it in GitHub Desktop.
Save codinko/21d10c75ec85f5eba2495fd357b09af0 to your computer and use it in GitHub Desktop.
tomcat-server-database-connection-pool-settings2
<property name="logAbandoned" value="true"/>
<property name="removeAbandoned" value="true"/>
<property name="removeAbandonedTimeout" value="30"/>
<property name="timeBetweenEvictionRunsMillis" value="30000" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment