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
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
The text was updated successfully, but these errors were encountered:
In #111 we introduced the
remoteCopyBufferSize
field in the connection options to configure the copy buffer size used with theOverthereFileCopier
. Change this to wrap the streams inBufferedInputStream
andBufferedOutputStream
that use this buffer size. That will also speed up copy operations that do not use theOverthereFileCopier
The text was updated successfully, but these errors were encountered: