You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/05/09 22:07:54 UTC

svn commit: r536646 - /ofbiz/trunk/framework/base/config/ofbiz-containers.xml

Author: jonesde
Date: Wed May  9 13:07:54 2007
New Revision: 536646

URL: http://svn.apache.org/viewvc?view=rev&rev=536646
Log:
Small change for default settings so that AJP has 200 threads and HTTP/HTTPS if used will have 100 each; these are of course just defaults and are meant to go with other defaults in the system and are generally changed in production

Modified:
    ofbiz/trunk/framework/base/config/ofbiz-containers.xml

Modified: ofbiz/trunk/framework/base/config/ofbiz-containers.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?view=diff&rev=536646&r1=536645&r2=536646
==============================================================================
--- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
+++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Wed May  9 13:07:54 2007
@@ -183,7 +183,7 @@
             <property name="maxHttpHeaderSize" value="4096"/>
             <property name="maxKeepAliveRequests" value="100"/>
             <property name="maxSpareThreads" value="50"/>
-            <property name="maxThreads" value="200"/>
+            <property name="maxThreads" value="100"/>
             <property name="minSpareThreads" value="4"/>
             <property name="noCompressionUserAgents" value=""/>
             <property name="port" value="8080"/>
@@ -221,7 +221,7 @@
             <property name="maxHttpHeaderSize" value="4096"/>
             <property name="maxKeepAliveRequests" value="100"/>
             <property name="maxSpareThreads" value="50"/>
-            <property name="maxThreads" value="200"/>
+            <property name="maxThreads" value="100"/>
             <property name="minSpareThreads" value="4"/>
             <property name="noCompressionUserAgents" value=""/>
             <property name="port" value="8443"/>