summaryrefslogtreecommitdiff
path: root/app/models/blob.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/blob.rb')
-rw-r--r--app/models/blob.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/blob.rb b/app/models/blob.rb
index d528bef8b19..09b295489d8 100644
--- a/app/models/blob.rb
+++ b/app/models/blob.rb
@@ -111,7 +111,7 @@ class Blob < SimpleDelegator
def load_all_data!
# Endpoint needed: https://gitlab.com/gitlab-org/gitaly/issues/756
- Gitlab::GitalyClient.allow_n_plus_1_calls do
+ Gitlab::GitalyClient.allow_n_plus_1_calls("gitaly#756") do
super(project.repository) if project
end
end