Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.
Tagged: settings, symbiostock
On the symbiostock settings, now I don’t see the place to choice the number of images for the cron job, the cron job work for only one picture (before cron work for my choice of 20 pictures) !
For me it’s not a problem with the sales process, it’s a problem for image processing (after sending by ftp) : thumbnail creation and application of a watermark. Before I could choose to process 20 images, now I do not see the choice of the number of images to be processed, there is only one image that is treated when I run the cron job!
Hi guys,
We were getting a lot of issues with this setting due to people getting server problems with it.
With the next update we will add a filter so you can add it to your theme’s functions.php so you can always keep this at a different number. However, for now, if you want, go into tools-cron.php and edit the ‘maxload=1’ line and change the 1 to 20 or so.
Once Symbiostock updates to the new version this will get overwritten but then there will be a new filter added so you can just do it as previously mentioned. When/if you decide to that after the next update, just let me know and I’ll show you the syntax.
I edited the file tools-cron.php line 71 : $maxload = 1;
$maxload = 20;
It works! Thank you !
You must be logged in to reply to this topic.