I just found this issue by:
1. node with image field, ajax upload a image
2. close or refresh the node add page without saving
3. run cron and clear cache, but the images still existed in container
4. audit also doesn't help
5. the image is orphaned in container!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screenshot from 2012-08-16 00:01:25.png | 145.13 KB | rogical |
Comments
Comment #1
rogical commentedseems those temporary files always failed to be removed during cron.
storage api seems has no checking on temporary files, is this missing or just a core bug that can't delete temporary files served external?
Comment #2
rogical commentedComment #3
jbrown commentedThink it takes 6 hours.
http://api.drupal.org/api/drupal/modules!system!system.module/function/s...
http://api.drupal.org/api/drupal/modules!system!system.module/constant/D...
Comment #4
rogical commentedJust find the DRUPAL_MAXIMUM_TEMP_FILE_AGE too, I will see if it works in tomorrow, thanks!