Default expiration is too long. Change it to 15 minutes.

git-svn-id: http://svn.automattic.com/wordpress/trunk@3386 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2005-12-31 22:34:58 +00:00
parent 67febd9d7a
commit faa30b7898
2 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ define('CACHE_SERIAL_FOOTER', "\n?".">");
class WP_Object_Cache {
var $cache_dir;
var $cache_enabled = false;
var $expiration_time = 86400;
var $expiration_time = 900;
var $flock_filename = 'wp_object_cache.lock';
var $cache = array ();
var $dirty_objects = array ();