Closed (duplicate)
Project:
Image FUpload
Version:
6.x-3.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2010 at 13:04 UTC
Updated:
16 Mar 2010 at 13:37 UTC
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.