]> git.wh0rd.org - tt-rss.git/commitdiff
update_daemon2: enable stampfiles
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 23 Jan 2008 09:57:20 +0000 (10:57 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 23 Jan 2008 09:57:20 +0000 (10:57 +0100)
update_daemon2_client.php

index 2c46e428b7d80271722bd59794c85de4401089aa..ff3ac1d33b6e8874390923ff099a0c52dcd027af 100644 (file)
 
        $last_purge = 0;
 
-//     if (!make_stampfile('update_daemon.stamp')) {
-//             print "error: unable to create stampfile";
-//             die;
-//     }
+       if (!make_stampfile('update_daemon.stamp')) {
+               print "warning: unable to create stampfile";
+       }
 
        if (time() - $last_purge > PURGE_INTERVAL) {
                _debug("Purging old posts (random 30 feeds)...");