-
Notifications
You must be signed in to change notification settings - Fork 8
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
Does not support sending very large files #10
Comments
One of the cause can be #14 due to memory limit caused due to flawed chunking algorithm. |
The chunking algorithm on the sender's side seems to have been fixed (check #14 for stress test done by @MidhunSureshR) with the introduction of new chunking algorithm that only produces the next chunk and stores instead of creating and storing whole file at the beginning. New algorithm
The following script is now obsolete and should be removed.
|
Now there is another critical issue causing trouble in sending very large files as pointed out by @MidhunSureshR on the receiver's client, and a new issue has been opened #18. |
Also #19 can be a potential issue faced while sending large files. |
Chunking takes some while and fails while trying to send very large files.
The text was updated successfully, but these errors were encountered: