mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
chore: Fix function name in comment (#62527)
This commit is contained in:
parent
1dc8230edc
commit
a57803e948
@ -92,7 +92,7 @@ func (s *Service) GetRepositoriesMaxStaleAge(ctx context.Context) (_ time.Durati
|
||||
// TODO(efritz) - make adjustable via site configuration
|
||||
const numAncestors = 100
|
||||
|
||||
// inferClosestUploads will return the set of visible uploads for the given commit. If this commit is
|
||||
// InferClosestUploads will return the set of visible uploads for the given commit. If this commit is
|
||||
// newer than our last refresh of the lsif_nearest_uploads table for this repository, then we will mark
|
||||
// the repository as dirty and quickly approximate the correct set of visible uploads.
|
||||
//
|
||||
|
||||
Loading…
Reference in New Issue
Block a user