• S
    Enable Gitaly ref name caching for discussions.json · 30167193
    Stan Hu 提交于
    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 10.0 KB