提交 828357fb 编写于 作者: D Douwe Maan

Merge branch 'zj-n-1-root-show' into 'master'

Remove N + 1 block for Root#show

Closes #37434 and gitaly#996

See merge request gitlab-org/gitlab-ce!16968
......@@ -13,10 +13,7 @@ class RootController < Dashboard::ProjectsController
before_action :redirect_logged_user, if: -> { current_user.present? }
def index
# n+1: https://gitlab.com/gitlab-org/gitlab-ce/issues/37434
Gitlab::GitalyClient.allow_n_plus_1_calls do
super
end
super
end
private
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册