You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by dk...@apache.org on 2010/08/23 19:03:26 UTC

svn commit: r988208 - /servicemix/smx4/nmr/trunk/nmr/osgi/src/main/resources/OSGI-INF/blueprint/servicemix-nmr.xml

Author: dkulp
Date: Mon Aug 23 17:03:26 2010
New Revision: 988208

URL: http://svn.apache.org/viewvc?rev=988208&view=rev
Log:
Change the nmr defaults to match the default smx configs that are normally picked up.

Modified:
    servicemix/smx4/nmr/trunk/nmr/osgi/src/main/resources/OSGI-INF/blueprint/servicemix-nmr.xml

Modified: servicemix/smx4/nmr/trunk/nmr/osgi/src/main/resources/OSGI-INF/blueprint/servicemix-nmr.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/osgi/src/main/resources/OSGI-INF/blueprint/servicemix-nmr.xml?rev=988208&r1=988207&r2=988208&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/osgi/src/main/resources/OSGI-INF/blueprint/servicemix-nmr.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/osgi/src/main/resources/OSGI-INF/blueprint/servicemix-nmr.xml Mon Aug 23 17:03:26 2010
@@ -133,9 +133,9 @@
         <cm:default-properties>
             <cm:property name="nmrId" value="org.apache.servicemix.NMR"/>
             <cm:property name="allowCoreThreadsTimeout" value="true"/>
-            <cm:property name="threadPoolCorePoolSize" value="1"/>
-            <cm:property name="threadPoolMaximumPoolSize" value="16"/>
-            <cm:property name="threadPoolQueueSize" value="256"/>
+            <cm:property name="threadPoolCorePoolSize" value="4"/>
+            <cm:property name="threadPoolMaximumPoolSize" value="-1"/>
+            <cm:property name="threadPoolQueueSize" value="1024"/>
             <cm:property name="bypassIfSynchronous" value="true"/>
         </cm:default-properties>
     </cm:property-placeholder>