From a2d799815a95e9c76e81525d1007b38971662e6d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 3 Oct 2010 12:19:09 +0400 Subject: remove unnecessary mentions of global_purge_old_posts; add debugging to purge_orphans() --- update_daemon2.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'update_daemon2.php') diff --git a/update_daemon2.php b/update_daemon2.php index 053a73d7d..1b9e57638 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -177,11 +177,6 @@ print "warning: unable to create stampfile"; } - // 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); - // Call to the feed batch update function // or regenerate feedbrowser cache -- cgit v1.2.3-54-g00ecf