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:
parent
9624dd4b03
commit
122bd19678
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user