Author: psteitz
Date: Sun Aug 20 08:54:03 2006
New Revision: 432981

URL: http://svn.apache.org/viewvc?rev=432981&view=rev
Log:
Fixed errors in pool parameter documentation and made
0 value for _maxPreparedStatements in DriverAdapterCPDS behave
like a negative value, to be consistent with documentation
and pool behavior.
Jira: DBCP-41
Patch due to: Anton Tagunov

Modified:
    jakarta/commons/proper/dbcp/trunk/xdocs/configuration.xml

Modified: jakarta/commons/proper/dbcp/trunk/xdocs/configuration.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/xdocs/configuration.xml?rev=432981&r1=432980&r2=432981&view=diff
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/xdocs/configuration.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/xdocs/configuration.xml Sun Aug 20 
08:54:03 2006
@@ -137,7 +137,7 @@
    <td>maxIdle</td>
    <td>8</td>
    <td>
-      The maximum number of active connections that can remain idle in the
+      The maximum number of connections that can remain idle in the
       pool, without extra ones being released, or negative for no limit.
    </td>
 </tr>
@@ -145,7 +145,7 @@
    <td>minIdle</td>
    <td>0</td>
    <td>
-      The minimum number of active connections that can remain idle in the
+      The minimum number of connections that can remain idle in the
       pool, without extra ones being created, or zero to create none.
    </td>
 </tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to