Skip to content

Instantly share code, notes, and snippets.

@maikelsperandio
Created October 2, 2013 14:58
Show Gist options
  • Save maikelsperandio/6795104 to your computer and use it in GitHub Desktop.
Save maikelsperandio/6795104 to your computer and use it in GitHub Desktop.
C3P0 hibernate config
<property name="hibernate.c3p0.min_size" value="5"/>
<property name="hibernate.c3p0.max_size" value="20"/>
<property name="hibernate.c3p0.timeout" value="300"/>
<property name="hibernate.c3p0.max_statements" value="50"/>
<property name="hibernate.c3p0.idle_test_period" value="3000"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment