]> git.wh0rd.org - tt-rss.git/blobdiff - update_daemon_loop.php
purge feeds after updating
[tt-rss.git] / update_daemon_loop.php
index d3c760d87a73f5c849592ce01e4c5921cbf051ce..668b19abca9c76808a3635562ad7ddbc011517fa 100644 (file)
                die;
        }
 
-       if (time() - $last_purge > PURGE_INTERVAL) {
+/*     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