Hi, I am using Nutch 1.0, with cygwin on windows xp. I plan to fetch a set of urls regularly just upto depth 1. 5 urls mentioned in urls folder in nutch-home. The problem I face is: Though I mention "db.fetch.interval.default" in nutch-site.xml as 1 second ; I am not able to see it getting reflected. I am using 5 URLs of the same host. Process starts, fetches these 5 and ends... db.fetch.interval.default is set to 1 second. So why are these 5 URLs not fetched continuously, before process termination. (Considering adaptive fetch interval changes, I expect it to fetch atleast 2-3 times).
At the time to fetch an URL, what will happen exactly? Will this URL be added to the CURRENT FETCHLIST? I want these URLs to be fetched without interruption. Other observation is that these URLs will be fetched exactly ONCE more when I increase the depth to 2. Are there any extra changes to be made to ACTIVATE RE-FETCHING of URLs !? Kindly help