Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-06-27 02:19:59 +0300
committerStan Hu <stanhu@gmail.com>2019-06-27 02:24:46 +0300
commitee791d3f40913fa57d878aecb9bf8c86ea27e3b4 (patch)
tree495a2b3e9b6f60e8b671567560ee7c3c56775641 /changelogs
parent13d8992006c5212726b843c4dd06d43caab2f7f9 (diff)
Enable Gitaly ref caching for SearchController
As we noticed in https://gitlab.com/gitlab-org/gitlab-ce/issues/56627#note_185828742, clicking on the "Issues" tab often requests the same reference in rendering Markdown.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-add-gitaly-ref-caching-search-controller.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-add-gitaly-ref-caching-search-controller.yml b/changelogs/unreleased/sh-add-gitaly-ref-caching-search-controller.yml
new file mode 100644
index 00000000000..d4be28e9883
--- /dev/null
+++ b/changelogs/unreleased/sh-add-gitaly-ref-caching-search-controller.yml
@@ -0,0 +1,5 @@
+---
+title: Enable Gitaly ref caching for SearchController
+merge_request: 30105
+author:
+type: performance