Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

None

Examples

Code Block
xmlxml
linenumberstrue
xml
<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>