Fix import upload limits
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/48060 broke the import artifact limit by refactoring the max attachment size in lieu of the max import size. To fix this, we now implement a controller-specific `maximum_size` and test this. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/292110
Showing
Please register or sign in to comment