Skip to content

Add new setting to Application Settings: receive_max_input_size

What does this MR do?

It adds a new application setting: receive_max_input_size

If the user has entered a value for this setting then this setting is passed in the API response to gitlab-shell and gitlab-workhorse

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Sending large pushes to a GitLab instance is consuming a lot of resources and finally crashing the server.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #26044 (closed)

EE conflicts solved on https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6812

Edited by Rubén Dávila

Merge request reports