Call GetBlobs RPC in relative link filter
To fix the N+1 in RelativeLinkFilter, call the GetBlobs RPC to get all of the blob types first, instead of doing a gitaly call per link
Showing
Please register or sign in to comment
To fix the N+1 in RelativeLinkFilter, call the GetBlobs RPC to get all of the blob types first, instead of doing a gitaly call per link