From: Andrew Dolgov Date: Wed, 23 Jan 2008 09:57:20 +0000 (+0100) Subject: update_daemon2: enable stampfiles X-Git-Tag: 1.2.20~75 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0bd6e68a85871bb91cb59a1bf2612e5d92b6eaaa;p=tt-rss.git update_daemon2: enable stampfiles --- diff --git a/update_daemon2_client.php b/update_daemon2_client.php index 2c46e428..ff3ac1d3 100644 --- a/update_daemon2_client.php +++ b/update_daemon2_client.php @@ -63,10 +63,9 @@ $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)...");