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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user