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

Incoming protobuf message size #1372

Open
davidmartos96 opened this issue Jun 17, 2024 · 1 comment
Open

Incoming protobuf message size #1372

davidmartos96 opened this issue Jun 17, 2024 · 1 comment

Comments

@davidmartos96
Copy link
Contributor

While benchmarking the Dart client we noticed that the protobuf library in Dart will complain when trying to decode a message bigger than 64 MB.
One way this can happen is if the initial sync is very large, because everything seems to be bundled in a single SatOpLog.
Would it make sense to split the incoming SatOpLogs in multiple ones? Unfortunately this 64 MB limit per message is not something Google plans to change.

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

No branches or pull requests

1 participant