1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:25:55 +00:00

purge feeds after updating

This commit is contained in:
Andrew Dolgov
2009-01-20 13:35:59 +01:00
parent d7135e2a81
commit 3907ef7111
7 changed files with 44 additions and 19 deletions

View File

@@ -63,11 +63,11 @@
die;
}
if (time() - $last_purge > PURGE_INTERVAL) {
/* 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