c3p0 setIdleConnectionTestPeriod units
c3p0, java, jdbc
Solution
The c3p0 connection pooling configuration page contains a great deal of detail on the available options. The default unit of measure for the `idleConnectionTestPeriod` property is in seconds.
Problem
This is a very simple question but the documentation has not made it clear to me what units this function accepts. I assume seconds but am trying to confirm this.