Skip to content

Instantly share code, notes, and snippets.

@vladdancer
Created October 30, 2020 18:35
Show Gist options
  • Save vladdancer/4390ed0fcb2dc0df665d33c99b78b30d to your computer and use it in GitHub Desktop.
Save vladdancer/4390ed0fcb2dc0df665d33c99b78b30d to your computer and use it in GitHub Desktop.
Set TTL for file deletion #drupal
drush cset system.file temporary_maximum_age 1 -y
<?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