Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Cloning sometimes crashes with big files #42

Open
mjp0 opened this issue Mar 27, 2019 · 1 comment
Open

Cloning sometimes crashes with big files #42

mjp0 opened this issue Mar 27, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@mjp0
Copy link
Owner

mjp0 commented Mar 27, 2019

Sometimes when you try to download a bigger file, datagram unexpectedly closes the connection. I suspect this might be due to a sudden memory spike with serialization and encryption.

@mjp0 mjp0 added the bug Something isn't working label Mar 27, 2019
@mjp0
Copy link
Owner Author

mjp0 commented Apr 4, 2019

Turns out this is caused by a protocol level limitation for message sizes (8MB). This is not a big deal because I've already been designing an alternative, more efficient way of storing bigger data for #44 and #41. When both of those are combined, message sizes will never reach the 8MB limit.

No changes in public API required so still in the right track for v1.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant