field_images/image_processed entries remain in the files database table even after the images have been deleted. Running cron does not affect these entries.
Given the nature of mass-upload, it's certainly something to be addressed.
field_images/image_processed entries remain in the files database table even after the images have been deleted. Running cron does not affect these entries.
Given the nature of mass-upload, it's certainly something to be addressed.
Comments
Comment #1
ain commentedComment #2
ain commentedIf I recall correctly, it is also the case with the dev branch 6.x-3.x-dev.
Comment #3
ain commentedThis is a dupe of #669602: Image processed row in files table and is basically a non-issue: Temporary database entries will be removed a day later by cron. I tested it by modifying the timestamp of the actual entry and I can confirm it is working as expected.