Use the new walk method for catalog enumeration

This change is primarily to make GC faster.

Signed-off-by: Sargun Dhillon <sargun@sargun.me>
This commit is contained in:
Sargun Dhillon
2017-11-29 15:49:19 -08:00
parent 35b29a609e
commit c7b0da2622
3 changed files with 2 additions and 14 deletions

View File

@@ -10,10 +10,6 @@ import (
"github.com/docker/distribution/registry/storage/driver"
)
// errFinishedWalk signals an early exit to the walk when the current query
// is satisfied.
var errFinishedWalk = errors.New("finished walk")
// Returns a list, or partial list, of repositories in the registry.
// Because it's a quite expensive operation, it should only be used when building up
// an initial set of repositories.