1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

core: add number of processes in command /sys waitpid

This commit is contained in:
Sébastien Helleu
2023-10-22 21:02:41 +02:00
parent d6343020aa
commit 3cc400a9d6
19 changed files with 123 additions and 27 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ xfer_network_child_kill (struct t_xfer *xfer)
{
kill (xfer->child_pid, SIGKILL);
weechat_command (weechat_buffer_search_main (),
"/mute /wait 100ms /sys waitpid");
"/mute /wait 100ms /sys waitpid 10");
xfer->child_pid = 0;
}