View Single Post
Old 03-18-2004, 11:49 AM   #2
airplay
Green Mole
 
Join Date: Mar 2004
Posts: 7
I had the same problem, so I changed the following code

In the spider.php file (in /admin)
On line 198

sleep(5);

to

sleep(2);

That cut down the delay between indexing files. You can set the sleep at whatever you want, but it could slow down your server.

Hope that helps!
airplay is offline   Reply With Quote