constant DRUPAL_MAXIMUM_TEMP_FILE_AGE

Maximum age of temporary files in seconds.

2 uses of DRUPAL_MAXIMUM_TEMP_FILE_AGE
FileStorageController::retrieveTemporaryFiles in drupal/core/modules/file/lib/Drupal/file/FileStorageController.php
Retrieve temporary files that are older than DRUPAL_MAXIMUM_TEMP_FILE_AGE.
update_delete_file_if_stale in drupal/core/modules/update/update.module
Deletes stale files and directories from the update manager disk cache.

File

drupal/core/modules/system/system.module, line 17
Configuration system that lets administrators modify the workings of the site.

Code

const DRUPAL_MAXIMUM_TEMP_FILE_AGE = 21600;