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_daemon_loop.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'update_daemon_loop.php') diff --git a/update_daemon_loop.php b/update_daemon_loop.php index 0586aa4dd..7fa22d19d 100755 --- a/update_daemon_loop.php +++ b/update_daemon_loop.php @@ -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 -- cgit v1.2.3-54-g00ecf