GitHub user pkures opened a pull request:
https://github.com/apache/ant/pull/9
increase buffer size to improve transfer speed
1024 byte buffer size is insufficient for transfering large files over
faster (> 100Mbit) networks. We are transfering files tens or hundreds MB in
size and transfer speed was 1MB/s. After increasing the buffer size too 100KB
we are getting transfer speeds up to 60MB/s. Please consider increasing the
BUFFER_SIZE in the next Ant release. Thanks, Peter
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pkures/ant patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ant/pull/9.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #9
----
commit e145abe054a01e45f56b82a97638e9357e05648e
Author: pkures <[email protected]>
Date: 2015-04-22T11:04:14Z
increase buffer size to improve transfer speed
1024 byte buffer size is insufficient for transfering large files over
faster (> 100Mbit) networks. We are transfering files tens or hundreds MB in
size and transfer speed was 1MB/s. After increasing the buffer size too 100KB
we are getting transfer speeds up to 60MB/s. Please consider increasing the
BUFFER_SIZE in the next Ant release. Thanks, Peter
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]