I see that nutch2.x will use the underlying operating system time to set the FetchTime. like this
fit.page.setFetchTime(System.currentTimeMillis()); The granularity of the value depends on the underlying operating system. so check your current OS time using date command. On Mon, Jun 3, 2013 at 8:57 PM, Bai Shen <[email protected]> wrote: > I'm using the 2.x head and even with adding 30 days I'm not getting any > refetches. I did a readdb on my injected url and it says that the fetch > time is in 2027. > > Any idea why this would occur? Will db.fetch.interval.max kick in and > cause it to be fetched earlier? Or will I have to manually change the > fetchTime using the hbase shell? > > Thanks. > -- Don't Grow Old, Grow Up... :-)

