forked from TrueCloudLab/restic
restorer: remove stale comment
This commit is contained in:
parent
607daeed4f
commit
fd2ff464a2
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue