Commit e9562f55 authored by Markus Koller's avatar Markus Koller

Merge branch 'remove-longer-count-cache-validity-ff' into 'master'

Remove the longer_count_cache_validity_period feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!59746
parents e5047bd3 0aa5eab2
......@@ -1620,11 +1620,7 @@ class User < ApplicationRecord
end
def count_cache_validity_period
if Feature.enabled?(:longer_count_cache_validity, self, default_enabled: :yaml)
24.hours
else
20.minutes
end
24.hours
end
def assigned_open_merge_requests_count(force: false)
......
---
title: Remove the longer_count_cache_validity_period feature flag
merge_request: 59746
author:
type: performance
---
name: longer_count_cache_validity
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57122
rollout_issue_url:
milestone: '13.11'
type: development
group: group::source code
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