From 212c2de950fbbb0eae66b0a534e6f58fa421573c Mon Sep 17 00:00:00 2001
From: markt
Date: Tue, 5 Jan 2010 22:34:17 +0000
Subject: [PATCH] Correct default
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@896252 13f79535-47bb-0310-9956-ffa450edef68
---
webapps/docs/config/ajp.xml | 2 +-
webapps/docs/config/http.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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.
--
2.11.0