move TransferrerPool from assistant
This old code will now be useful for git-annex beyond the assistant. git-annex won't use the CheckTransferrer part, and won't run transferkeys as a batch process, and will want withTransferrer to not shut down transferkeys processes. Still, the rest of this is a good fit for what I need now. Also removed some dead code, and simplified a little bit. This commit was sponsored by Mark Reidenbach on Patreon.
This commit is contained in:
parent
438d5be1f7
commit
72e5764a87
6 changed files with 103 additions and 76 deletions
|
@ -479,7 +479,6 @@ Executable git-annex
|
|||
Assistant.Threads.Watcher
|
||||
Assistant.TransferQueue
|
||||
Assistant.TransferSlots
|
||||
Assistant.TransferrerPool
|
||||
Assistant.Types.Alert
|
||||
Assistant.Types.BranchChange
|
||||
Assistant.Types.Changes
|
||||
|
@ -666,6 +665,7 @@ Executable git-annex
|
|||
Annex.TaggedPush
|
||||
Annex.Tmp
|
||||
Annex.Transfer
|
||||
Annex.TransferrerPool
|
||||
Annex.UntrustedFilePath
|
||||
Annex.UpdateInstead
|
||||
Annex.UUID
|
||||
|
@ -1027,6 +1027,7 @@ Executable git-annex
|
|||
Types.StoreRetrieve
|
||||
Types.Test
|
||||
Types.Transfer
|
||||
Types.TransferrerPool
|
||||
Types.TrustLevel
|
||||
Types.UUID
|
||||
Types.UrlContents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue