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:
parent
d732ef1a89
commit
a01aa214be
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ seek o = startConcurrency stages $
|
|||
seeker = AnnexedFileSeeker
|
||||
{ startAction = start o
|
||||
, checkContentPresent = Nothing
|
||||
, usesLocationLog = False
|
||||
, usesLocationLog = True
|
||||
}
|
||||
|
||||
start :: MirrorOptions -> RawFilePath -> Key -> CommandStart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue