mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 23:41:30 +00:00
daemon: less gentle child unstucking
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
if (time() - $started > MAX_CHILD_RUNTIME) {
|
if (time() - $started > MAX_CHILD_RUNTIME) {
|
||||||
_debug("[MASTER] child process $pid seems to be stuck, aborting...");
|
_debug("[MASTER] child process $pid seems to be stuck, aborting...");
|
||||||
posix_kill($pid, SIGINT);
|
posix_kill($pid, SIGKILL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user