1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #863: Increased buffer read to 80, in ssh streamer

This commit is contained in:
Ruben S. Montero 2011-11-22 12:08:56 +01:00
parent 9624dd4b03
commit 122bd19678

View File

@ -65,7 +65,7 @@ class SshStream
rc, rw, = IO.select([@stdout, @stderr],[],[])
rc.each { |fd|
c = fd.read_nonblock(1)
c = fd.read_nonblock(80)
if !c
done = true