commit | ff45ca83be7a2c07706a3a8dde420c897c58be1c | [log] [tgz] |
---|---|---|
author | olaf-otto <olaf.otto@unic.com> | Fri Oct 26 00:49:31 2018 +0200 |
committer | Michael Osipov <michaelo@apache.org> | Sat Nov 10 23:37:53 2018 +0100 |
tree | c68f73dd58423694b90cfb7931527868b7270916 | |
parent | 7e4da383dd0398dc45a71d41b743cc65fbc8af72 [diff] |
[WAGON-537] Maven transfer speed of large artifacts is slow due to unsuitable buffer strategy Implemented a buffer strategy which fills the buffer to at least 50% and has priority over frequent writes. Added dynamic NIO buffer capacity allocation based on the expected number of bytes to transfer. This closes #51