mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:25:56 +00:00
do not automatically call cleanup_tags() in housekeeping tasks
This commit is contained in:
@@ -1520,9 +1520,9 @@
|
||||
|
||||
purge_orphans( true);
|
||||
cleanup_counters_cache($debug);
|
||||
$rc = cleanup_tags( 14, 50000);
|
||||
|
||||
_debug("Cleaned $rc cached tags.");
|
||||
//$rc = cleanup_tags( 14, 50000);
|
||||
//_debug("Cleaned $rc cached tags.");
|
||||
|
||||
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_HOUSE_KEEPING, "hook_house_keeping", "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user