Skip to content

Commit 207b06b

Browse files
committed
update comment
1 parent 1d1cb6b commit 207b06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elan/rpc/rpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ func (s *server) readAllBlobBatched(ctx context.Context, prefix string, digest *
659659
}
660660

661661
func (s *server) readAllBlobCompressed(ctx context.Context, digest *pb.Digest, key string, batched, compressed bool) ([]byte, error) {
662-
// Bypass semaphore for Action Cache blobs.
662+
// Bypass semaphore for Action Cache blobs; reading these should be cheap.
663663
if !strings.HasPrefix(key, ACPrefix+"/") {
664664
s.limiter <- struct{}{}
665665
defer func() { <-s.limiter }()

0 commit comments

Comments
 (0)