constant DRUPAL_MAXIMUM_TEMP_FILE_AGE

  1. 7.x drupal-7.x/modules/system/system.module DRUPAL_MAXIMUM_TEMP_FILE_AGE
  2. 6.x drupal-6.x/modules/system/system.module DRUPAL_MAXIMUM_TEMP_FILE_AGE

Maximum age of temporary files in seconds.

2 uses of DRUPAL_MAXIMUM_TEMP_FILE_AGE
system_cron in drupal-7.x/modules/system/system.module
Implements hook_cron().
update_delete_file_if_stale in drupal-7.x/modules/update/update.module
Deletes stale files and directories from the update manager disk cache.

File

drupal-7.x/modules/system/system.module, line 11
Configuration system that lets administrators modify the workings of the site.

Code

define('DRUPAL_MAXIMUM_TEMP_FILE_AGE', 21600)