GitHub user pkures opened a pull request:

    https://github.com/apache/ant/pull/8

    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-2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ant/pull/8.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 #8
    
----
commit 815a36f52f2e1a2211b58d7eab31cdcb97709dee
Author: pkures <pku...@gmail.com>
Date:   2015-04-22T11:05:25Z

    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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to