I have a problem with my system, it is dropping too much connection as a database, this system is up to 12h idle, I need help to configure C3P
<!--Configuração do pool de c3p0 -->
<property name="c3p0.acquire_increment" value="10" />
<property name="hibernate.c3p0.min_size" value="20" />
<property name="hibernate.c3p0.max_size" value="50" />
<property name="hibernate.c3p0.timeout" value="144000"/>
<property name="hibernate.c3p0.max_statements" value="50" />
<property name="c3p0.idle_test_period" value="3000" />