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 2012/02/17 12:08:25 UTC

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

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>