Commit 185f567d authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg

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

This reverts merge request !16968
parent 07fc0ea7
......@@ -13,7 +13,10 @@ class RootController < Dashboard::ProjectsController
before_action :redirect_logged_user, if: -> { current_user.present? }
def index
super
# n+1: https://gitlab.com/gitlab-org/gitlab-ce/issues/37434
Gitlab::GitalyClient.allow_n_plus_1_calls do
super
end
end
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