summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index ce6a3ee9c..1b9e57638 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -73,7 +73,7 @@
if (time() - $started > MAX_CHILD_RUNTIME) {
_debug("[MASTER] child process $pid seems to be stuck, aborting...");
- posix_kill($pid, SIGINT);
+ posix_kill($pid, SIGKILL);
}
}
}
@@ -177,11 +177,6 @@
print "warning: unable to create stampfile";
}
- // FIXME : $last_purge is of no use in a multiprocess update.
- // FIXME : We ALWAYS purge old posts.
- //_debug("Purging old posts (random 30 feeds)...");
- //global_purge_old_posts($link, true, 30);
-
// Call to the feed batch update function
// or regenerate feedbrowser cache