Skip to content

Change default attachment size limit to 100MB for self-hosted

What does this MR do and why?

Describe in detail what your merge request does and why.

Ever since #20061 (closed), the upload attachment size on GitLab.com has been 100MB. This also changes the option in self-hosted instances to match that.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Run rake db:migrate
  2. Restart rails (gdk restart)
  3. Try uploading any attachment over > 10MB (but under 100MB) -->

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #383988 (closed)

Edited by Gary Holtz

Merge request reports