We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: