I know but the code expects to read the number of days:
genDelay = job.getLong(GENERATOR_DELAY, 7L) * 3600L * 24L * 1000L;
and as you can see the default value, as is mentioned in the
description, is 7 and it is in days not milliseconds;
On 02/17/2012 12:33 AM, Markus Jelsma wrote:
this is actually 7 days in milliseconds.
so I checked the source code. the value seems that should be in fact 7.
current default value means 1.6 thousand millenniums .
<property>
<name>crawl.gen.delay</name>
<value>604800000</value>
<description>
This value, expressed in days, 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.
</description>
</property>
--
Kaveh Minooie
www.plutoz.com