mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 07:51:30 +00:00
remove unnecessary mentions of global_purge_old_posts; add debugging to purge_orphans()
This commit is contained in:
@@ -61,12 +61,6 @@
|
||||
die;
|
||||
}
|
||||
|
||||
/* if (time() - $last_purge > PURGE_INTERVAL) {
|
||||
_debug("Purging old posts (random 30 feeds)...");
|
||||
global_purge_old_posts($link, true, 30);
|
||||
$last_purge = time();
|
||||
} */
|
||||
|
||||
// Call to the feed batch update function
|
||||
// or regenerate feedbrowser cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user