daemon: less gentle child unstucking

This commit is contained in:
Andrew Dolgov 2010-09-30 17:03:02 +04:00
parent a5ff2e7725
commit 0618b81c07
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}