On Tue, 29 Oct 2002 at 16:53:54 -0700, Karen Barnes wrote: > using the "Period" command? For example; if you have this set like the > following: > > Period 14d > > then you have set a reindex every 14 days and if you run the indexer for 14 > days non stop the process is going to start all over again and never > finish. When I run an initial crawl I set this to a very large number like
This is not correct. The URL queuer queues URLs in incrementally increasing time slices. It can never loop in time during a single index run and an URL will not be indexed more than once per run (even if expired). Matt.
