Commit f9334472 authored by Ahmad Sherif's avatar Ahmad Sherif

Remove allow_n_plus_1 block from Network::Graph

Closes #37436
Closes gitaly#998
parent 41285af4
......@@ -61,11 +61,8 @@ module Network
@reserved[i] = []
end
# n+1: https://gitlab.com/gitlab-org/gitlab-ce/issues/37436
Gitlab::GitalyClient.allow_n_plus_1_calls do
commits_sort_by_ref.each do |commit|
place_chain(commit)
end
commits_sort_by_ref.each do |commit|
place_chain(commit)
end
# find parent spaces for not overlap lines
......
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