Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up streaming by buffering #132

Closed
hierynomus opened this issue Oct 17, 2014 · 0 comments
Closed

Speed up streaming by buffering #132

hierynomus opened this issue Oct 17, 2014 · 0 comments

Comments

@hierynomus
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant