Add migration for updating current value for yaml bytes size
What does this MR do and why?
Adds migration to update current value of max_yaml_bytes_size to new default if the current value is old default. Updates to + 20% from current value if current value is not the old default or the new default. Leaves the value as is if it is new default.
old default was 1.MB
new default is 2.MB
Related MR for updating the new default using a migration - !160826 (merged)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Related to #475255 (closed)
Edited by Rajendra Kadam