Skip to content
代码片段 群组 项目
提交 87d4038a 编辑于 作者: 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.
上级 a95830ab
No related branches found
No related tags found
无相关合并请求
......@@ -83,7 +83,7 @@ def preload_associations(projects)
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
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册