Correct default setting according to documentation
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 22 Oct 2008 19:39:52 +0000 (19:39 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 22 Oct 2008 19:39:52 +0000 (19:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@707175 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/net/NioEndpoint.java

index 80d0936..acbfae4 100644 (file)
@@ -349,7 +349,7 @@ public class NioEndpoint {
     /**
      * Maximum amount of worker threads.
      */
-    protected int maxThreads = 400;
+    protected int maxThreads = 40;
     public void setMaxThreads(int maxThreads) { this.maxThreads = maxThreads; }
     public int getMaxThreads() { return maxThreads; }