diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-08-30 13:18:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-08-30 13:18:49 +0000 |
commit | 360bc1a10112e9144a39a9c14e7f3b96c3687895 (patch) | |
tree | 59df8627e55b4eb0cc7549633363a8cd4496ab6f | |
parent | 1689a63f38411158c27e921e09ea4e651bf0255f (diff) | |
download | brdo-360bc1a10112e9144a39a9c14e7f3b96c3687895.tar.gz brdo-360bc1a10112e9144a39a9c14e7f3b96c3687895.tar.bz2 |
- Patch #276018 by mfb: extend the lifetime of temporary files.
-rw-r--r-- | modules/system/system.module | 2 |
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(). |