Increase download buffer for a SCM file (now is only 16KB) - Java Plain API
Hello everyone,
I am downloading SCM files using this:
IFileContentManager contentManager = FileSystemCore.getContentManager(teamRepository)
but I noticed that the transfer data buffer is aprox. 16KB each and every time:
Transferred 15.9 KB of 210.3 KB.I tried modifying the code to work with a new buffer size: The bytesRead are still in the 16KB limit even though there's more space in the buffer. For me it seems that is something from the server side, where this limit is set.
Do you know if it's possible to change this limit?
Thank you!
Regards,
Ana
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.