Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebuild_archives_directory: accelerate by only reading metadata
We are only interested in archive metadata objects here, thus for most repo objects it is enough to read the repoobj's metadata and determine the object's type. Only if it is the right type of object, we need to read the full object (metadata and data).
- Loading branch information