How maxIdle is implemented in Pega
Hi, I know that we can set the JDBC connection properties in context, also in Pega AsyncDeclarativePool, we can set maxIdle, maxActive. My question is if these 2 settings are different in context.xml and AsyncDeclarativePool, which one does Pega uses? We have situations where our DB shows very high idle connections, more than what we set for maxIdle in both settings I mentioned above.
Thanks!