This commit is contained in:
Joey Hess 2022-06-28 12:58:00 -04:00
parent d78cb5e5cc
commit 53a4de4968
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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]]