by Harold » Mon Apr 07, 2008 8:31 am
Just to be clear, we are using command line harvesting, not the GUI.
In this case, we have a data provider which is slow to process requests. Harvest.php gives up after 60 seconds reporting 60 seconds elapsed, 0 records indexed. We can get the records in smaller chunks if we have to, using timestamps, but we'd like to try setting a longer timeout for harvest.php first, if possible...
Thanks