Created
October 30, 2020 18:35
-
-
Save vladdancer/4390ed0fcb2dc0df665d33c99b78b30d to your computer and use it in GitHub Desktop.
Set TTL for file deletion #drupal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush cset system.file temporary_maximum_age 1 -y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
#... | |
$config['file.settings']['make_unused_managed_files_temporary'] = TRUE; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment