?

Comments

Arto’s picture

Title: Why Isn't Filesize Added to the Files DB Table? » Bitcache's use of the files table?
Assigned: Unassigned » Arto
Status: Active » Closed (fixed)
Issue tags: +bitcache_tmpname

Mike, the only entries that Bitcache writes to the {files} table are for temporary files. (This happens in the bitcache_tmpname() function in bitcache.module.)

Those files will (at least in principle) get removed by Drupal on cron runs.

Files permanently stored in Bitcache repositories don't have entries in the {files} table.

So, the short answer is, don't worry about it - the file size information isn't needed for temporary files.