• Stan Hu's avatar
    Enable Gitaly ref name caching for discussions.json · 30167193
    Stan Hu authored
    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.
    30167193
merge_requests_controller.rb 9.95 KB