Skip to content

Instantly share code, notes, and snippets.

@steppat
Last active August 29, 2015 14:07
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 steppat/5058d9e9ff40eb5c6d6e to your computer and use it in GitHub Desktop.
Save steppat/5058d9e9ff40eb5c6d6e to your computer and use it in GitHub Desktop.
<property name="hibernate.connection.provider_class" value="org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider"/>
<property name="hibernate.c3p0.min_size" value="5" />
<property name="hibernate.c3p0.max_size" value="20" />
<property name="hibernate.c3p0.timeout" value="180" />
<property name="hibernate.c3p0.idle_test_period" value="100" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment