optimisation for borg
Skip needing to list importable contents when unchanged since last time.
This commit is contained in:
parent
e1ac42be77
commit
4f9969d0a1
9 changed files with 32 additions and 21 deletions
|
@ -283,7 +283,8 @@ data ImportActions a = ImportActions
|
|||
-- remote.
|
||||
--
|
||||
-- Throws exception on failure to access the remote.
|
||||
{ listImportableContents :: a (ImportableContents (ContentIdentifier, ByteSize))
|
||||
-- May return Nothing when the remote is unchanged since last time.
|
||||
{ listImportableContents :: a (Maybe (ImportableContents (ContentIdentifier, ByteSize)))
|
||||
-- Generates a Key (of any type) for the file stored on the
|
||||
-- remote at the ImportLocation. Does not download the file
|
||||
-- from the remote.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue