mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:15:56 +00:00
do not automatically call cleanup_tags() in housekeeping tasks
This commit is contained in:
@@ -550,7 +550,7 @@ class RPC extends Handler_Protected {
|
||||
|
||||
// Purge orphans and cleanup tags
|
||||
purge_orphans();
|
||||
cleanup_tags(14, 50000);
|
||||
//cleanup_tags(14, 50000);
|
||||
|
||||
if ($num_updated > 0) {
|
||||
print json_encode(array("message" => "UPDATE_COUNTERS",
|
||||
|
||||
Reference in New Issue
Block a user