# File lib/metacat.rb, line 28 def rbuf_fill timeout(@read_timeout) { #changed from 1024 @rbuf << @io.sysread(32768) } end