summaryrefslogtreecommitdiff
path: root/update_daemon_loop.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-10-03 12:19:09 +0400
committerAndrew Dolgov <[email protected]>2010-10-03 12:19:09 +0400
commita2d799815a95e9c76e81525d1007b38971662e6d (patch)
treefc1c88df1fe08811f08f48faf7202c645bc3e527 /update_daemon_loop.php
parent5ba53dde355add2f6098887611b5d2a7eb32b44b (diff)
remove unnecessary mentions of global_purge_old_posts; add debugging to purge_orphans()
Diffstat (limited to 'update_daemon_loop.php')
-rwxr-xr-xupdate_daemon_loop.php6
1 files changed, 0 insertions, 6 deletions
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