Commit 03f1d4a0 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'sh-remove-feature-flag-dashboard-cte' into 'master'

Remove feature flag for using dashboard CTE

See merge request gitlab-org/gitlab!29843
parents a95830ab 87d4038a
......@@ -83,7 +83,7 @@ class Dashboard::ProjectsController < Dashboard::ApplicationController
def use_cte_for_finder?
# The starred action loads public projects, which causes the CTE to be less efficient
action_name == 'index' && Feature.enabled?(:use_cte_for_projects_finder, default_enabled: true)
action_name == 'index'
end
def load_events
......
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