summaryrefslogtreecommitdiff
path: root/src/plugins/xfer
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-10-22 21:02:41 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-10-22 21:02:41 +0200
commit3cc400a9d60eba98cd4f62046664f927796fa6fd (patch)
tree908bcd0434a8ca8298d2db67da01c3eef0aad3a4 /src/plugins/xfer
parentd6343020aafa86e6819d3d12aac46c4f009d65a0 (diff)
downloadweechat-3cc400a9d60eba98cd4f62046664f927796fa6fd.zip
core: add number of processes in command `/sys waitpid`
Diffstat (limited to 'src/plugins/xfer')
-rw-r--r--src/plugins/xfer/xfer-network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/xfer/xfer-network.c b/src/plugins/xfer/xfer-network.c
index 3c7b63338..9eeabf904 100644
--- a/src/plugins/xfer/xfer-network.c
+++ b/src/plugins/xfer/xfer-network.c
@@ -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;
}