From b6d486a3a4ce5d4fb732ecd8a6b6942eaf2917b6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Jan 2009 07:57:33 +0100 Subject: code cleanup; ccache category calculation for cid=0 corrected --- update_daemon2.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'update_daemon2.php') diff --git a/update_daemon2.php b/update_daemon2.php index a85bc1f52..45ba2fbf2 100644 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -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 -- cgit v1.2.3