You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2011/06/27 13:40:53 UTC

svn commit: r1140116 - in /nutch/branches/branch-1.4: CHANGES.txt conf/nutch-default.xml

Author: markus
Date: Mon Jun 27 11:40:53 2011
New Revision: 1140116

URL: http://svn.apache.org/viewvc?rev=1140116&view=rev
Log:
NUTCH-295 Description for fetcher.threads.fetch property

Modified:
    nutch/branches/branch-1.4/CHANGES.txt
    nutch/branches/branch-1.4/conf/nutch-default.xml

Modified: nutch/branches/branch-1.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.4/CHANGES.txt?rev=1140116&r1=1140115&r2=1140116&view=diff
==============================================================================
--- nutch/branches/branch-1.4/CHANGES.txt (original)
+++ nutch/branches/branch-1.4/CHANGES.txt Mon Jun 27 11:40:53 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 1.4 - Current development
 
+* NUTCH-295 Description for fetcher.threads.fetch property (kubes via markus)
+
 * NUTCH-1000 Add option not to commit to Solr (markus)
 
 * NUTCH-1006 MetaEquiv with single quotes not accepted (markus)

Modified: nutch/branches/branch-1.4/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.4/conf/nutch-default.xml?rev=1140116&r1=1140115&r2=1140116&view=diff
==============================================================================
--- nutch/branches/branch-1.4/conf/nutch-default.xml (original)
+++ nutch/branches/branch-1.4/conf/nutch-default.xml Mon Jun 27 11:40:53 2011
@@ -624,8 +624,11 @@
   <name>fetcher.threads.fetch</name>
   <value>10</value>
   <description>The number of FetcherThreads the fetcher should use.
-    This is also determines the maximum number of requests that are 
-    made at once (each FetcherThread handles one connection).</description>
+  This is also determines the maximum number of requests that are
+  made at once (each FetcherThread handles one connection). The total
+  number of threads running in distributed mode will be the number of
+  fetcher threads * number of nodes as fetcher has one map task per node.
+  </description>
 </property>
 
 <property>