...
None
Examples
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<pool:pool> <minIdle>4</minIdle> <maxIdle>8</maxIdle> <testOnBorrow>true</testOnBorrow> <testOnReturn>false</testOnReturn> <testWhileIdle>true</testWhileIdle> <timeBetweenEvictionRunsMillis>60000</timeBetweenEvictionRunsMillis> <minEvictableIdleTimeMillis>300000</minEvictableIdleTimeMillis> <whenExhaustedAction>grow</whenExhaustedAction> </pool:pool> |