From fd2ff464a241f4239acd1d0c61d411b4769eb6dc Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Fri, 31 May 2024 11:29:16 +0200 Subject: [PATCH] restorer: remove stale comment --- internal/restorer/filerestorer.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/internal/restorer/filerestorer.go b/internal/restorer/filerestorer.go index 49f5f7af8..8fe01c635 100644 --- a/internal/restorer/filerestorer.go +++ b/internal/restorer/filerestorer.go @@ -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 )