Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/analytics/cycle_analytics/request_params.rb')
-rw-r--r--lib/gitlab/analytics/cycle_analytics/request_params.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/gitlab/analytics/cycle_analytics/request_params.rb b/lib/gitlab/analytics/cycle_analytics/request_params.rb
index d0d8d68362e..ac9c465bf7d 100644
--- a/lib/gitlab/analytics/cycle_analytics/request_params.rb
+++ b/lib/gitlab/analytics/cycle_analytics/request_params.rb
@@ -105,9 +105,8 @@ module Gitlab
private
def use_aggregated_backend?
- group.present? && # for now it's only available on the group-level
- aggregation.enabled &&
- Feature.enabled?(:use_vsa_aggregated_tables, group)
+ # for now it's only available on the group-level
+ group.present? && aggregation.enabled
end
def aggregation_attributes