Comment 0 for bug 767466

Revision history for this message
Lucio Torre (lucio.torre) wrote :

When uploading files with a slow uplink and using the current payload size we dont write to each transfer often enough to avoid s3 starvation. We need to write more often from each of the current transfers and the way to do it is to have a smaller payload size. We write less but more often, as required to avoid starvation.