summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/PEAR/Config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/PEAR/Config.php b/pear/PEAR/Config.php
index 0432fccfa9..f8dea8b234 100644
--- a/pear/PEAR/Config.php
+++ b/pear/PEAR/Config.php
@@ -149,7 +149,7 @@ if (isset($_ENV['PHP_PEAR_UMASK'])) {
if (isset($_ENV['PHP_PEAR_CACHE_TTL'])) {
define('PEAR_CONFIG_DEFAULT_CACHE_TTL', $_ENV['PHP_PEAR_CACHE_TTL']);
} else {
- define('PEAR_CONFIG_DEFAULT_CACHE_TTL', 0);
+ define('PEAR_CONFIG_DEFAULT_CACHE_TTL', 3600);
}
// Default for sig_type
@@ -1136,4 +1136,4 @@ class PEAR_Config extends PEAR
// }}}
}
-?> \ No newline at end of file
+?>