mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Default expiration is too long. Change it to 15 minutes.
git-svn-id: https://develop.svn.wordpress.org/trunk@3386 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user