You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are facing Code point limit error in our project as yaml document size is exceeding more than 3 MB. This error is coming from snakeyaml as in snakeyaml default codepointlimit size is fixed. but they have provided the setcodepointlimit function in loaderoption class from which we can increase the limit but loaderfunction class is not exposed in moultingyaml So we can't increase the size of codepointlimit. So kindly include setcodepointlimit parameter in moultingyaml code and increase the size of codepointlimit in moultingyaml package file from 3MB to 25 MB.
The text was updated successfully, but these errors were encountered:
Hi,
Currently we are facing Code point limit error in our project as yaml document size is exceeding more than 3 MB. This error is coming from snakeyaml as in snakeyaml default codepointlimit size is fixed. but they have provided the setcodepointlimit function in loaderoption class from which we can increase the limit but loaderfunction class is not exposed in moultingyaml So we can't increase the size of codepointlimit. So kindly include setcodepointlimit parameter in moultingyaml code and increase the size of codepointlimit in moultingyaml package file from 3MB to 25 MB.
The text was updated successfully, but these errors were encountered: