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

Make HTTP body limit configurable by user #29487

Open
lemonez-coinweb opened this issue Apr 8, 2024 · 1 comment
Open

Make HTTP body limit configurable by user #29487

lemonez-coinweb opened this issue Apr 8, 2024 · 1 comment

Comments

@lemonez-coinweb
Copy link

Rationale

It would be good to make it editable by user to make it possible deploy large data when running local development node. Currently it has the default value of 5 MB which is used on server creation. But httpBodyLimit field not touched on enableRPC call. And it never overwrites.

Implementation

I'm suggesting to add a CLI parameter for this.

@fjl
Copy link
Contributor

fjl commented Apr 25, 2024

Please let us know in more detail why you need to send requests larger than 5MB.

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

No branches or pull requests

2 participants