Skip to content

Set application_settings_cache_seconds to 0 to disable the cache

George Koltsov requested to merge qa-shl-set-app-cache-expiry into master

Use the application_settings_cache_seconds GitLab config (introduced in this MR) to disable the cache by setting it to zero. This will allow faster reflection of the changes to the application settings in the end-to-end tests.

Related issue: https://gitlab.com/gitlab-org/gitlab/-/issues/217010

Merge request reports