Commit 64456604 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'revert-828357fb' into 'master'

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

See merge request gitlab-org/gitlab-ce!17243
parents 088d03bf 185f567d
...@@ -13,8 +13,11 @@ class RootController < Dashboard::ProjectsController ...@@ -13,8 +13,11 @@ class RootController < Dashboard::ProjectsController
before_action :redirect_logged_user, if: -> { current_user.present? } before_action :redirect_logged_user, if: -> { current_user.present? }
def index def index
# n+1: https://gitlab.com/gitlab-org/gitlab-ce/issues/37434
Gitlab::GitalyClient.allow_n_plus_1_calls do
super super
end end
end
private private
......
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