Adding decompress_archive_file_timeout to application settings
Merged
requested to merge 421432-move-maximum-wait-seconds-for-decompressing-archive-file into master
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 are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
![]() |
![]() |
Gitlab::CurrentSettings.current_application_settings.decompress_archive_file_timeout
or the new database column decompress_archive_file_timeout
should reflect the new changed timeout valueThis checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #421432 (closed)