moodle-quizaccess_proctoring icon indicating copy to clipboard operation
moodle-quizaccess_proctoring copied to clipboard

Implement resource efficient delete all image operation

Open mubeen-juks opened this issue 3 years ago • 0 comments
trafficstars

Hello, The current implementation of deleteall images is throwing up resource error for large number of files. The code in deleteallimages.php is querying for all images at once and performing a delete operation. This will fail if there are large number of images and also depends on the memory limits on the server.

Request you to implement an efficient delete operation which queries and deletes the images in chunks.

mubeen-juks avatar Aug 23 '22 04:08 mubeen-juks