xebialabs / overthere

Runs something "Over there"

Home Page:http://www.xebialabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speed up streaming by buffering

hierynomus opened this issue · comments

In #111 we introduced the remoteCopyBufferSize field in the connection options to configure the copy buffer size used with the OverthereFileCopier. Change this to wrap the streams in BufferedInputStream and BufferedOutputStream that use this buffer size. That will also speed up copy operations that do not use the OverthereFileCopier