mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Reduce memory usage
This commit is contained in:
@@ -1464,4 +1464,9 @@ class databox extends base
|
||||
}
|
||||
parent::delete_data_from_cache($option);
|
||||
}
|
||||
|
||||
public static function purge()
|
||||
{
|
||||
self::$_xpath_thesaurus = self::$_dom_thesaurus = self::$_thesaurus = self::$_sxml_thesaurus = [];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user