I just noticed that Fscahche does not delete the old versions of the same file. It does not trim them even with cron. Is this the right behaviour or a bug?

Is this is by design then change this to a feature request for fscache to delete auto matically older versions of the same file. It is a pain to have to do this by hand.

Comments

gordon’s picture

This is not exactly a bug.

I did this this way because if you create a new revision of a filestore item, when you view this item you should be able to download the corresponding version.

When you delete the filestore2 item it will delete all revisions.

Maybe during the save I should check the revision flag and see if I can delete the old version.

gordon’s picture