summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-08-30 13:18:49 +0000
committerDries Buytaert <dries@buytaert.net>2008-08-30 13:18:49 +0000
commit360bc1a10112e9144a39a9c14e7f3b96c3687895 (patch)
tree59df8627e55b4eb0cc7549633363a8cd4496ab6f /modules/system/system.module
parent1689a63f38411158c27e921e09ea4e651bf0255f (diff)
downloadbrdo-360bc1a10112e9144a39a9c14e7f3b96c3687895.tar.gz
brdo-360bc1a10112e9144a39a9c14e7f3b96c3687895.tar.bz2
- Patch #276018 by mfb: extend the lifetime of temporary files.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index e375201db..97e9beeba 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -39,7 +39,7 @@ define('DRUPAL_MINIMUM_PGSQL', '8.1');
/**
* Maximum age of temporary files in seconds.
*/
-define('DRUPAL_MAXIMUM_TEMP_FILE_AGE', 1440);
+define('DRUPAL_MAXIMUM_TEMP_FILE_AGE', 21600);
/**
* Implementation of hook_help().