From c8ff6b7c73ccf42e70f7fd4675dd7f68d03739c1 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sat, 21 Jul 2018 23:48:12 -0700 Subject: 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 47815f230d3..74e9625d57b 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.1