Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the optional ability to set the size of each file read when DYNAM... #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

agorman
Copy link

@agorman agorman commented Jun 11, 2014

...IC_FILE_UPLOAD is being used.

When I do large file uploads with $DYNAMIC_FILE_UPLOAD it's hard coded to read the file in 2048 byte chunks. I find that this makes for some very slow transfers. As a test I went in and modified to to send 64k chunks and the transfer was much faster.

I'm proposing a possible solution to allow the user to set the amount of bytes they want to read at a time from the file. I'm open to discussion or implementing other ways but this seems like it fits with the interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant