-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Reduce json max depth default value #2912
Conversation
if (!IsHardforkEnabled(Hardfork.HF_Basilisk)) maybe LOL, kinda allegic to the change now. |
|
Hahahaha This change is necessary because of the limit, anyway. I do not believe it solves the issue. |
@superboyiii could you test it? I think that no HF will be needed |
Sure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested OK. Data is compatible. @shargon
Related to: #2950
The default value of
JsonReaderOptions.MaxDepth
is 64 as mentioned in:We shouldn't have more than that