You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2013/02/06 04:26:48 UTC

svn commit: r1442838 - in /nutch/branches/2.x: CHANGES.txt conf/nutch-default.xml

Author: lewismc
Date: Wed Feb  6 03:26:47 2013
New Revision: 1442838

URL: http://svn.apache.org/viewvc?rev=1442838&view=rev
Log:
NUTCH-XX remove unused db.max.inlinks from nutch-default.xml

Modified:
    nutch/branches/2.x/CHANGES.txt
    nutch/branches/2.x/conf/nutch-default.xml

Modified: nutch/branches/2.x/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1442838&r1=1442837&r2=1442838&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Wed Feb  6 03:26:47 2013
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 2.2 - Current Development
 
+* NUTCH-XX remove unused db.max.inlinks property in nutch-default.xml (lewismc)
+
 * NUTCH-1284 Add site fetcher.max.crawl.delay as log output by default (Tejas Patil)
 
 * NUTCH-1453 Substantiate tests for IndexingFilters (lufeng via lewismc)

Modified: nutch/branches/2.x/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/conf/nutch-default.xml?rev=1442838&r1=1442837&r2=1442838&view=diff
==============================================================================
--- nutch/branches/2.x/conf/nutch-default.xml (original)
+++ nutch/branches/2.x/conf/nutch-default.xml Wed Feb  6 03:26:47 2013
@@ -466,15 +466,6 @@
 </property>
 
 <property>
-  <name>db.max.inlinks</name>
-  <value>10000</value>
-  <description>Maximum number of Inlinks per URL to be kept in LinkDb.
-  If "invertlinks" finds more inlinks than this number, only the first
-  N inlinks will be stored, and the rest will be discarded.
-  </description>
-</property>
-
-<property>
   <name>db.max.outlinks.per.page</name>
   <value>100</value>
   <description>The maximum number of outlinks that we'll process for a page.