mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
implement automatic tags table maintenance
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
print " -feeds - update feeds\n";
|
||||
print " -feedbrowser - update feedbrowser\n";
|
||||
print " -daemon - start single-process update daemon\n";
|
||||
print " -cleanup-tags - perform tags table maintenance\n";
|
||||
print " -help - show this help\n";
|
||||
return;
|
||||
}
|
||||
@@ -89,6 +90,11 @@
|
||||
|
||||
}
|
||||
|
||||
if ($op == "-cleanup-tags") {
|
||||
$rc = cleanup_tags($link, 14, 50000);
|
||||
print "$rc tags deleted.\n";
|
||||
}
|
||||
|
||||
db_close($link);
|
||||
|
||||
unlink(LOCK_DIRECTORY . "/$lock_filename");
|
||||
|
||||
Reference in New Issue
Block a user