You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2010/11/17 02:43:06 UTC

svn commit: r1035899 - /incubator/lcf/trunk/modules/framework/jetty-example/properties.xml

Author: kwright
Date: Wed Nov 17 01:43:06 2010
New Revision: 1035899

URL: http://svn.apache.org/viewvc?rev=1035899&view=rev
Log:
Default example worker thread count cannot be 100; use 50 instead.

Modified:
    incubator/lcf/trunk/modules/framework/jetty-example/properties.xml

Modified: incubator/lcf/trunk/modules/framework/jetty-example/properties.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/jetty-example/properties.xml?rev=1035899&r1=1035898&r2=1035899&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/jetty-example/properties.xml (original)
+++ incubator/lcf/trunk/modules/framework/jetty-example/properties.xml Wed Nov 17 01:43:06 2010
@@ -21,6 +21,7 @@
   <property name="org.apache.manifoldcf.databaseimplementationclass" value="org.apache.manifoldcf.core.database.DBInterfaceDerby"/>
   <property name="org.apache.manifoldcf.derbydatabasepath" value="."/>
   <property name="org.apache.manifoldcf.database.maxhandles" value="100"/>
+  <property name="org.apache.manifoldcf.crawler.threads" value="50"/>
   <!-- Point to a specific logging file -->
   <property name="org.apache.manifoldcf.logconfigfile" value="./logging.ini"/>
   <!-- Specify the connectors to be loaded -->