check and drop unwanted content from remotes after receiving a transfer
This commit is contained in:
parent
dea125e1b7
commit
ee9e0702a2
4 changed files with 33 additions and 28 deletions
|
@ -125,7 +125,7 @@ expensiveScan st dstatus transferqueue rs = unless onlyweb $ do
|
|||
syncrs <- liftIO $ syncRemotes <$> getDaemonStatus dstatus
|
||||
present <- inAnnex key
|
||||
|
||||
handleDrops' locs syncrs present f key
|
||||
handleDrops locs syncrs present f key
|
||||
|
||||
let slocs = S.fromList locs
|
||||
let use a = return $ catMaybes $ map (a key slocs) syncrs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue