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.
- Run
rake db:migrate
- Restart rails (
gdk restart
) - 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #383988 (closed)
Edited by Gary Holtz