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
While testing PR #692, I came across the following issue with files >3MB:
Error parsing signing metadata file /tmp/test.yaml: YAMLException: The incoming YAML document exceeds the limit: 3145728 code points.
Is there a reason for this limit, or can it be increased?
Ping @usmansaleem
The text was updated successfully, but these errors were encountered:
Hi @gg718, this "limitation" was not intended and got introduced due to underlying SnakeYaml implementation (1.32) which is used by Jackon dataformat libraries. See https://github.com/FasterXML/jackson-dataformats-text/tree/2.15/yaml#maximum-input-yaml-document-size-3-mb
We will make some modifications in Web3Signer to set the default value to 1GB and also make it configureable using a cli option as well.
Sorry, something went wrong.
usmansaleem
No branches or pull requests
While testing PR #692, I came across the following issue with files >3MB:
Is there a reason for this limit, or can it be increased?
Ping @usmansaleem
The text was updated successfully, but these errors were encountered: