Author: jnioche
Date: Fri Nov 27 10:00:50 2015
New Revision: 1716818
URL: http://svn.apache.org/viewvc?rev=1716818&view=rev
Log:
(Trivial)nutch-default: mentioned AdaptiveFetchSchedule in description of
scheduling class config
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=1716818&r1=1716817&r2=1716818&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Fri Nov 27 10:00:50 2015
@@ -433,7 +433,9 @@
<value>org.apache.nutch.crawl.DefaultFetchSchedule</value>
<description>The implementation of fetch schedule. DefaultFetchSchedule
simply
adds the original fetchInterval to the last fetch time, regardless of
- page changes.</description>
+ page changes, whereas AdaptiveFetchSchedule (see below) tries to adapt
+ to the rate at which a given page is changed.
+ </description>
</property>
<property>