Use limit parameter to retrieve Wikis from Gitaly
Without this parameter, every load of a Wiki page will load all the Wiki pages in the repository for the sidebar. This is a significant performance penalty that can significant slow the display of all Wiki pages. Relates to #40101
Showing
... | ... | @@ -422,7 +422,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.106.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 0.109.0', require: 'gitaly' | ||
gem 'grpc', '~> 1.11.0' | ||
# Locked until https://github.com/google/protobuf/issues/4210 is closed | ||
... | ... |
Please register or sign in to comment