Rename `DISABLE_BANZAI_TIMEOUT` to `GITLAB_DISABLE_MARKDOWN_TIMEOUT`
What does this MR do and why?
Rename DISABLE_BANZAI_TIMEOUT
to GITLAB_DISABLE_MARKDOWN_TIMEOUT
, following the convention for naming environment variables mentioned in https://docs.gitlab.com/ee/administration/environment_variables.html.
DISABLE_BANZAI_TIMEOUT
was initially meant for debugging. However exposing this allows a self-hosted instance to choose whether or not they need this timeout, which can sometimes be aggressive.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #469683 (closed)
Edited by Brett Walker