summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-23 10:57:20 +0100
committerAndrew Dolgov <[email protected]>2008-01-23 10:57:20 +0100
commit0bd6e68a85871bb91cb59a1bf2612e5d92b6eaaa (patch)
treeba4e92b1e998e6f9cb67b047b01f18bab04547ce
parentce1aa9b7c22651e2d5d8728e57f3b1615e57fa98 (diff)
update_daemon2: enable stampfiles
-rw-r--r--update_daemon2_client.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/update_daemon2_client.php b/update_daemon2_client.php
index 2c46e428b..ff3ac1d33 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)...");