Commit 7cced264 authored by David Fernandez's avatar David Fernandez

Remove the container_registry_expiration_policies_caching feature flag

Enabling caching for cleanup policies as described in
https://gitlab.com/gitlab-org/gitlab/-/issues/339129

Changelog: other
parent 8591f104
......@@ -146,8 +146,7 @@ module Projects
def caching_enabled?
container_expiration_policy &&
older_than.present? &&
Feature.enabled?(:container_registry_expiration_policies_caching, @project)
older_than.present?
end
def throttling_enabled?
......
---
name: container_registry_expiration_policies_caching
introduced_by_url:
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/340606
milestone: '14.3'
type: development
group: group::package
default_enabled: false
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment