You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by jn...@apache.org on 2010/09/08 13:04:18 UTC

svn commit: r994984 - /nutch/trunk/conf/nutch-default.xml

Author: jnioche
Date: Wed Sep  8 11:04:18 2010
New Revision: 994984

URL: http://svn.apache.org/viewvc?rev=994984&view=rev
Log:
NUTCH-900 : Improvement to the description of the *.content.limit parameters in nutch-default.xml

Modified:
    nutch/trunk/conf/nutch-default.xml

Modified: nutch/trunk/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/conf/nutch-default.xml?rev=994984&r1=994983&r2=994984&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Wed Sep  8 11:04:18 2010
@@ -27,9 +27,10 @@
 <property>
   <name>file.content.limit</name>
   <value>65536</value>
-  <description>The length limit for downloaded content, in bytes.
-  If this value is nonnegative (>=0), content longer than it will be truncated;
-  otherwise, no truncation at all.
+  <description>The length limit for downloaded content using the file
+   protocol, in bytes. If this value is nonnegative (>=0), content longer
+   than it will be truncated; otherwise, no truncation at all. Do not
+   confuse this setting with the http.content.limit setting.
   </description>
 </property>
 
@@ -145,9 +146,10 @@
 <property>
   <name>http.content.limit</name>
   <value>65536</value>
-  <description>The length limit for downloaded content, in bytes.
-  If this value is nonnegative (>=0), content longer than it will be truncated;
-  otherwise, no truncation at all.
+  <description>The length limit for downloaded content using the http
+  protocol, in bytes. If this value is nonnegative (>=0), content longer
+  than it will be truncated; otherwise, no truncation at all. Do not
+  confuse this setting with the file.content.limit setting.
   </description>
 </property>