From: markt
Date: Tue, 5 Jan 2010 22:34:17 +0000 (+0000)
Subject: Correct default
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=212c2de950fbbb0eae66b0a534e6f58fa421573c;p=tomcat7.0
Correct default
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@896252 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml
index 26a5fe4e6..b178678c7 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -237,7 +237,7 @@
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.
+ value is 100.
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index f9b4323de..e56433063 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -249,7 +249,7 @@
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.
+ value is 100.