You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/05/10 21:05:18 UTC

DO NOT REPLY [Bug 49269] Shouldn't see maxIdle > maxActive message with default props

https://issues.apache.org/bugzilla/show_bug.cgi?id=49269

--- Comment #1 from Matt Passell <mp...@grovehillsoftware.com> 2010-05-10 15:05:13 EDT ---
Created an attachment (id=25424)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25424)
default value for maxIdle matches maxActive

Here's a patch.  If there are any problems applying it, it just involves
changing line 50 of PoolProperties.java to:

protected int maxIdle = maxActive;

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org