VBX Co
Well-known member
We're using @truonglv's add-on to optimise images, and whilst you can specify a number of images to process per cron run of the main job - it max's out at around 200-380 images, regardless of how many more we put in the add-on's option.
Looking at the script it seems to be wrapped in
Does anyone know what the default time limit is, where it is set, and whether it can be overridden?
Thanks
Looking at the script it seems to be wrapped in
public function run($maxRunTime)
- so presumably, it is running for a specific amount of time and once it hits the time limit it stops foreach ($data as $contentType => $images) { if ($timer->limitExceeded()) { break; }
Does anyone know what the default time limit is, where it is set, and whether it can be overridden?
Thanks
Last edited: