Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Hi, I have a issue with the processor, it process only 1 photo every time he runs, is there a way to process a bulk photos?
Thank you.
Hi there – this has been set to ensure that the processor runs as often as possible but inflicts the least amount of load on any given server. If you wish to increase this, just add a filter somewhere in your code that alters this number from 1 to whatever you want:
$maxload = apply_filters(‘ss_cron_load’,$maxload);
You must be logged in to reply to this topic.