summaryrefslogtreecommitdiff
path: root/update_daemon.php
diff options
context:
space:
mode:
Diffstat (limited to 'update_daemon.php')
-rw-r--r--update_daemon.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/update_daemon.php b/update_daemon.php
index 528418fb3..b7a511688 100644
--- a/update_daemon.php
+++ b/update_daemon.php
@@ -71,6 +71,11 @@
while (true) {
+ if (!make_stampfile('update_daemon.stamp')) {
+ print "error: unable to create stampfile";
+ die;
+ }
+
if (time() - $last_purge > PURGE_INTERVAL) {
_debug("Purging old posts (random 30 feeds)...");
global_purge_old_posts($link, true, 30);