dirkv       2004/02/07 07:04:13

  Modified:    dbcp/xdocs configuration.xml
  Log:
  initialSize parameter
  
  Revision  Changes    Path
  1.4       +9 -0      jakarta-commons/dbcp/xdocs/configuration.xml
  
  Index: configuration.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/configuration.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- configuration.xml 25 Jan 2004 19:57:46 -0000      1.3
  +++ configuration.xml 7 Feb 2004 15:04:13 -0000       1.4
  @@ -100,6 +100,15 @@
   <table>
   <hr><th>Parameter</th><th>Default</th><th>Description</th></hr>
   <tr>
  +   <td>initialSize</td>
  +   <td>0</td>
  +   <td>
  +      The initial number of connections that are created when the pool
  +      is started.
  +      <br/>Since: 1.2
  +   </td>
  +</tr>
  +<tr>
      <td>maxActive</td>
      <td>8</td>
      <td>
  
  
  

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

Reply via email to