Set application_settings_cache_seconds to 0 to disable the cache
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: gitlab#217010 (closed)