Quote:
Originally Posted by Gryphon
About how many characters it updates at a time;
It actually updates the roster count divided by 70 and rounded up. If you have more than 70 people on the roster, it will do 2 at a time, if more than 140 it will do 3 at a time. It picks the oldest updated characters to fetch each run and it is scheduled to run about 140 times a day.
This can be improved a little bit, but for the most part, if you try and gather too many at once it just won't run on vBulletin's mock cron.
I have many mods I have created that do external data fetches like this mod, so I also run the vB Scheduled Tasks via try cron to ensure that it runs once a minute regardless of forum traffic. But I mainly do this because external data fetches are often slow and/or intensive so even if you had 1000 hits a minute on your site, vBulletin's mock cron just isn't powerful enough to execute properly.
|
Ahhh ok, I only have 10 members, so I have only seen 1 character at a time. I agree about VB's sudo-cron. It's kind of clunky and slow, plus I would imgine it can get overloaded easily. This is why I use the cron mod I posted earlier as well.
Quote:
Originally Posted by MiskaTorn
Will this function properly in 3.8.1? Sorry if this has already been addressed, I did a search and did not find anything.
|
yes, it functions perfectly fine in 3.8.1