Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

MessageDecoder's initial buffer size should be configurable #2

Open
rhernandez35 opened this issue Apr 24, 2019 · 1 comment
Open

Comments

@rhernandez35
Copy link

MessageDecoder is hard-coded to create a 2 MB buffer for each instance, growing it as necessary. 2 MB is pretty heavy for a request-scoped object, and I've noticed that most of it often goes unused. Can this be configurable with a constructor argument or a system property?

@fommil
Copy link

fommil commented Apr 18, 2024

see #4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants