Clean Files Entity
137 sites
Security covered
This module automatically cleans up entity files that are no longer in use, with cleanup performed by cron.
πΊπ¦
This module is maintained by Ukrainian developers.Please consider supporting Ukraine in a fight for their freedom and safety of Europe.
Module for automatically cleaning entity files that are no longer in use.
Files are cleaned by cron. To configure, you need to add lines to the file settings.php.
$config['clean_files_entity'] = [
'folders' => [
'public://node_images/',
],
'max' => 100
];