summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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().