Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
We changed the value of "temporary_maximum_age" set in config/default/system.file.yml as below.
temporary_maximum_age 21600 → 60
This is so that files in temporary state can be deleted immediately by running the "Deletes temporary files" cron.
What I want to ask is the scope of influence of this setting change.
Our understanding is that there is no impact other than the deletion time of temporary files, but is there any other impact?
I would appreciate it if you could answer. Thank you.
Hello Drupal developers. I have a question about the retention time of temporary files in Drupal's filesystem.
If you don't mind, could you please answer the following two questions?
1. Why is it set to take 6 hours to delete temporary files in the first place?
Why is the shortest time set for deleting temporary files in Drupal's file system to 6 hours? I doubted that a shorter time was not available.
We are planning to implement search feature using the Mongodb as search index server. Is there module that helps to add the Mongodb connector as Search Server and then add search index mapping to push Drupal content to Mongodb Server.
I am migrating a Drupal 7 site to 10, and currently I have the PHP code at https://www.drupal.org/node/1893978 working with Rules, but there is no way to do this with Drupal 10 and Rules as there is no form actions with Alpha.
ECA looks promising, but I could not figure out a way and it may be too bloated to use ECA (will need 4 or 5 mods enabled), to achieve this. The below code is what's being used currently, how can this be modified into a simple module to work in Drupal 10?