Author: markus
Date: Wed Oct 27 10:39:55 2010
New Revision: 1027903
URL: http://svn.apache.org/viewvc?rev=1027903&view=rev
Log:
Applied NUTCH-900 Confusion in nutch-default between http.content.limit and
file.content.limit
Modified:
nutch/branches/branch-1.3/conf/nutch-default.xml
Modified: nutch/branches/branch-1.3/conf/nutch-default.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.3/conf/nutch-default.xml?rev=1027903&r1=1027902&r2=1027903&view=diff
==============================================================================
--- nutch/branches/branch-1.3/conf/nutch-default.xml (original)
+++ nutch/branches/branch-1.3/conf/nutch-default.xml Wed Oct 27 10:39:55 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>