Disable APC cache clearing on SaaS
This commit is contained in:
parent
523bb8e7b6
commit
54fdb34fc4
@ -38,7 +38,8 @@ class Cache
|
||||
|
||||
public static function clear()
|
||||
{
|
||||
apc_clear_cache('user');
|
||||
apc_clear_cache();
|
||||
// Disabled on SaaS
|
||||
// apc_clear_cache('user');
|
||||
// apc_clear_cache();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user