Skip to content

Create a limit for the max blob size in diffs

What does this MR do and why?

Previously we were using diff limits to choose the size of the blob, but that didn't make sense since the size of the diff, and size of the blob of the diff file don't have much common. We created a new constant that will be used for the max blob size

Related to #458366 (closed)

Edited by Marc Shaw

Merge request reports

Loading