restorer: remove stale comment

This commit is contained in:
Michael Eischer 2024-05-31 11:29:16 +02:00
parent 607daeed4f
commit fd2ff464a2

View file

@ -14,11 +14,6 @@ import (
"github.com/restic/restic/internal/ui/restore"
)
// TODO if a blob is corrupt, there may be good blob copies in other packs
// TODO evaluate if it makes sense to split download and processing workers
// pro: can (slowly) read network and decrypt/write files concurrently
// con: each worker needs to keep one pack in memory
const (
largeFileBlobCount = 25
)