Author: lewismc
Date: Fri Feb 17 11:08:24 2012
New Revision: 1245390

URL: http://svn.apache.org/viewvc?rev=1245390&view=rev
Log:
commit to address trivial update to crawl.gen.delay description.

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=1245390&r1=1245389&r2=1245390&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Fri Feb 17 11:08:24 2012
@@ -615,10 +615,10 @@
   <name>crawl.gen.delay</name>
   <value>604800000</value>
   <description>
-   This value, expressed in days, defines how long we should keep the lock on 
records 
+   This value, expressed in milliseconds, defines how long we should keep the 
lock on records 
    in CrawlDb that were just selected for fetching. If these records are not 
updated 
-   in the meantime, the lock is canceled, i.e. the become eligible for 
selecting. 
-   Default value of this is 7 days.
+   in the meantime, the lock is canceled, i.e. they become eligible for 
selecting. 
+   Default value of this is 7 days (604800000 ms).
   </description>
 </property>
 


Reply via email to