You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/05/19 10:03:43 UTC

svn commit: r657748 - /servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/servicemix.properties

Author: gnodet
Date: Mon May 19 01:03:43 2008
New Revision: 657748

URL: http://svn.apache.org/viewvc?rev=657748&view=rev
Log:
SM-1359: Increase the default size of the thread pool

Modified:
    servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/servicemix.properties

Modified: servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/servicemix.properties
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/servicemix.properties?rev=657748&r1=657747&r2=657748&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/servicemix.properties (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/servicemix.properties Mon May 19 01:03:43 2008
@@ -29,6 +29,6 @@
 activemq.host              = localhost
 activemq.url               = tcp://${activemq.host}:${activemq.port}
 
-servicemix.corePoolSize    = 4
+servicemix.corePoolSize    = 16
 servicemix.maximumPoolSize = 32
 servicemix.queueSize       = 256