enable location log precaching for mirror

It will be some perf increase, but the command is not much used so I
have not bothered to benchmark it.
This commit is contained in:
Joey Hess 2020-07-24 12:58:23 -04:00
parent d732ef1a89
commit a01aa214be
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -54,7 +54,7 @@ seek o = startConcurrency stages $
seeker = AnnexedFileSeeker
{ startAction = start o
, checkContentPresent = Nothing
, usesLocationLog = False
, usesLocationLog = True
}
start :: MirrorOptions -> RawFilePath -> Key -> CommandStart