close
This commit is contained in:
parent
d78cb5e5cc
commit
53a4de4968
1 changed files with 2 additions and 0 deletions
|
@ -3,3 +3,5 @@ When fsck'ing a remote repo, files seem to be copied from the remote to a local
|
|||
This is very time-inefficient and wastes precious SSD erase cycles which is especially problematic in the case of special remotes because they can only be fsck'd "remotely" (AFAIK).
|
||||
|
||||
Instead, remote files should be directly piped into an in-memory checksum function and never written to disk on the machine performing the fsck.
|
||||
|
||||
> [[done]] per my comments --[[Joey]]
|
||||
|
|
Loading…
Reference in a new issue