gitlab-org--gitlab-foss/changelogs/unreleased/sh-enable-ref-name-caching-discussions.yml
Stan Hu 3016719338 Enable Gitaly ref name caching for discussions.json
This eliminates many potential duplicate FindCommit RPCs for the same
ref, which often occurs in the RelativeLinkFilter#current_commit call.
On the GitLab 12.0 release post, for example, this would save close to
400 RPC calls.
2019-06-22 11:31:34 -07:00

5 lines
110 B
YAML

---
title: Enable Gitaly ref name caching for discussions.json
merge_request: 29951
author:
type: performance