-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fix upload with multiple blocks to allow more than 60mb #72
base: master
Are you sure you want to change the base?
Conversation
It seems there is a limit to the number of blocks you can send.
The file I want to send is a unique zip file of size 890M. |
Right dont work with big big files, will update with your chunked solution @antoinedelplace, merci |
As of issue iamleot#76, PR iamleot#77 and to accomodate issue iamleot#64, thus case of "many small" or "really big" files, chunk big files in many blocks and blocks request also in chunks if more than 100 blocks need for the transfer of all files
9a0c34b
to
e193115
Compare
So right now, @antoinedelplace , should be ok either with 600 files or a big 800MB zipped |
@iamleot, could you please merge this PR, will solve many things, thanks |
Just updated to accomodate with #78 |
Works for my 143 MB file. Thanks! |
@iamleot, could you please merge this PR, will solve many things, thanks |
Changed the file contents based on this Fix and I am happy to say that the upload is now working, no more errors. Great work. |
@iamleot, could you please merge this PR, will solve many things, thanks |
Fix #64, #70