move remoteList into dupState
This does mean that RemoteDaemon.Transport.Tor's call runs it, otherwise no change, but this is groundwork for doing more such expensive actions in dupState.
This commit is contained in:
parent
988317634b
commit
fe9cf1256e
7 changed files with 148 additions and 20 deletions
|
@ -30,9 +30,9 @@ import Utility.ThreadScheduler
|
|||
import Annex.LockPool
|
||||
import Types.Key
|
||||
import qualified Types.Remote as Remote
|
||||
import Annex.Concurrent
|
||||
import Types.Concurrency
|
||||
import Types.WorkerPool
|
||||
import Annex.WorkerPool
|
||||
|
||||
import Control.Concurrent
|
||||
import qualified Data.Map.Strict as M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue