Skip to content

Lower the allowed Gitaly call count to 30

What does this MR do?

By lowering the allowed Gitaly call count, we should be able to detect N + 1 calls sooner. Also detects at least one more actual N + 1 RPC call.

What are the relevant issue numbers?

Part of: gitaly#1504

Does this MR meet the acceptance criteria?

Merge request reports