Commit 87d4038a authored by Stan Hu's avatar Stan Hu

Remove feature flag for using dashboard CTE

This has been running in production for a few months now without issues,
so we should be able to remove it now.
parent a95830ab
......@@ -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