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

Max Length Size #3609

Closed
btcmachineordinals opened this issue Apr 19, 2024 · 1 comment · Fixed by #3655
Closed

Max Length Size #3609

btcmachineordinals opened this issue Apr 19, 2024 · 1 comment · Fixed by #3655

Comments

@btcmachineordinals
Copy link

Currently in version 18.2, our node is not accessible due to its size.
Talking about over 100K png inscriptions in hundreds of different wallets.

getting this error:

error: wallet failed get outputs: Failed to buffer the request body: length limit exceeded

Is there a way to increase this limit

@casey
Copy link
Collaborator

casey commented Apr 19, 2024

This one is pretty easy, we need to configure axum to allow a longer request body size:

https://docs.rs/axum/latest/axum/extract/struct.DefaultBodyLimit.html

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 a pull request may close this issue.

2 participants