Author: markt
Date: Tue Jan 5 22:34:17 2010
New Revision: 896252
URL: http://svn.apache.org/viewvc?rev=896252&view=rev
Log:
Correct default
Modified:
tomcat/trunk/webapps/docs/config/ajp.xml
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/ajp.xml?rev=896252&r1=896251&r2=896252&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/trunk/webapps/docs/config/ajp.xml Tue Jan 5 22:34:17 2010
@@ -237,7 +237,7 @@
<p>The maximum queue length for incoming connection requests when
all possible request processing threads are in use. Any requests
received when the queue is full will be refused. The default
- value is 10.</p>
+ value is 100.</p>
</attribute>
<attribute name="bufferSize" required="false">
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=896252&r1=896251&r2=896252&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Tue Jan 5 22:34:17 2010
@@ -249,7 +249,7 @@
<p>The maximum queue length for incoming connection requests when
all possible request processing threads are in use. Any requests
received when the queue is full will be refused. The default
- value is 10.</p>
+ value is 100.</p>
</attribute>
<attribute name="address" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]