Adding decompress_archive_file_timeout to application settings
What does this MR do and why?
Currently the hardcoded timeout of 210seconds for decompressing archived files is too short for some customers. If we were to move this to application settings, self-managed users can set their own timeouts depending on how long they want to wait.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
- Ensure import/export still works.
- Timeout is changeable, by changing the timeout limit in the UI and then going into rails console to check
Gitlab::CurrentSettings.current_application_settings.decompress_archive_file_timeout
or the new database columndecompress_archive_file_timeout
should reflect the new changed timeout value
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 #421432 (closed)
Edited by Max Fan