Author: rjung Date: Tue Jan 30 06:03:46 2007 New Revision: 501400 URL: http://svn.apache.org/viewvc?view=rev&rev=501400 Log: Dropped misleading documentation remark on connection_pool_minsize.
Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?view=diff&rev=501400&r1=501399&r2=501400 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Tue Jan 30 06:03:46 2007 @@ -170,11 +170,10 @@ <warn>Do not use connection_pool_size with values higher then 1 on <b>Apache 2.x prefork</b> or <b>Apache 1.3.x</b>!</warn> </directive> -<directive name="connection_pool_minsize" default="pool/2" required="false"> +<directive name="connection_pool_minsize" default="(pool+1)/2" required="false"> Minimum size of the connection pool that will be maintained. <p> -This property is used only when the <b>connection_pool_size</b> is specified. -Its default value is connection_pool_size/2. +Its default value is (connection_pool_size+1)/2. </p> <warn>Do not use connection_pool_size with values higher then 1 on <b>Apache 2.x prefork</b> or <b>Apache 1.3.x</b>!</warn> <p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]