You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow specification of PipedInputStream buffer size
The buffer size (in bytes) for the piped stream used to implement
the :stream option for :out. If the ssh commands generate a high volume of
output, then this buffer size can become a bottleneck. The buffer size
can be specified by binding *piped-stream-buffer-size*, and defaults to 10Kb.
0 commit comments