mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
code cleanup; ccache category calculation for cid=0 corrected
This commit is contained in:
@@ -162,18 +162,11 @@
|
||||
print "warning: unable to create stampfile";
|
||||
}
|
||||
|
||||
// $last_purge = 0;
|
||||
|
||||
// if (time() - $last_purge > PURGE_INTERVAL) {
|
||||
|
||||
// FIXME : $last_purge is of no use in a multiprocess update.
|
||||
// FIXME : We ALWAYS purge old posts.
|
||||
_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