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

feat(core): Default encoding/decoding limits #1335

Merged
merged 2 commits into from
Mar 30, 2023

Conversation

LucioFranco
Copy link
Member

@LucioFranco LucioFranco commented Mar 29, 2023

This PR adds new defaults for both client and server max encoding/decoding message size limits. By default, the max message decoding size is 4MB and the max message encoding size is usize::MAX.

This is follow up work from #1274

BREAKING: Default max message encoding/decoding limits

This PR adds new defaults for both client and server max
encoding/decoding message size limits. By default, the max message
decoding size is `4MB` and the max message encoding size is
`usize::MAX`.

This is follow up work from #1274

BREAKING: Default max message encoding/decoding limits
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