new matching options --want-get-by and --want-drop-by
Sponsored-by: Graham Spencer on Patreon
This commit is contained in:
parent
2bb42fa003
commit
be19a68276
11 changed files with 65 additions and 15 deletions
|
@ -88,7 +88,7 @@ queueTransfersMatching matching reason schedule k f direction
|
|||
- already have it. -}
|
||||
| otherwise = do
|
||||
s <- locs
|
||||
filterM (wantSend True (Just k) f . Remote.uuid) $
|
||||
filterM (wantGetBy True (Just k) f . Remote.uuid) $
|
||||
filter (\r -> not (inset s r || Remote.readonly r))
|
||||
(syncDataRemotes st)
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue