Quote:
Originally Posted by lierduh
Basically the script continuesly imports the messages. So the load could be higher than the usual user posts. It needs to build the search index etc. and other server intensive tasks.
For slower servers, you can slow down the script by insert this line
sleep (3);
Just before
} //for each message loop
(should be around line 518)
That will pause 3 seconds after each message is retrieved.
Also how often do you run the script? If you are using the vB built-in cron scheduler, normall it only allows you to run one task each hour. You can create two or more of the same scheduled tasks running in different times of the hour.
|
Hey again!
Is there a way to make the script skip to the next message in a newsgroup if it fails on the last one?
For example, sometimes the script will stop working because of an error importing a single message and I wont realize it for a few days.
It might be better to just have it automatically skip to the next message or whatnot to prevent this?
Thanks again for all the great work!
-Jason