Fixed ETHREEOH-1799: custom-connection-pool-context.xml.sample does not match default connectionPool

- 'minIdle' should have been 'initialSize'


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13805 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-04-02 11:07:28 +00:00
parent 44975e7ab1
commit 2b111d1b6f

View File

@@ -29,7 +29,7 @@
<value>false</value>
</property>
<!-- pool settings -->
<property name="minIdle" >
<property name="initialSize" >
<value>${db.pool.initial}</value>
</property>
<property name="maxActive" >