-
- Downloads
Only allow 30 RPCs per test case to Gitaly
Prior to this change, 35 Gitaly RPCs were allowed. But recently there's been a renewed interest in performance. By lowering the number of calls new N + 1's will pop up. Later commits will add blocks to ignore the raised errors, followed by an issue for each to be fixed.
Showing
- app/models/network/graph.rb 6 additions, 3 deletionsapp/models/network/graph.rb
- lib/banzai/filter/relative_link_filter.rb 4 additions, 1 deletionlib/banzai/filter/relative_link_filter.rb
- lib/gitlab/gitaly_client.rb 1 addition, 1 deletionlib/gitlab/gitaly_client.rb
- lib/gitlab/shell.rb 4 additions, 1 deletionlib/gitlab/shell.rb
Please register or sign in to comment