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
|
@ -74,6 +74,7 @@ import Git.FilePath
|
|||
import Annex.Perms
|
||||
import Annex.Link
|
||||
import Annex.LockPool
|
||||
import Annex.WorkerPool
|
||||
import Messages.Progress
|
||||
import Types.Remote (unVerified, Verification(..), RetrievalSecurityPolicy(..))
|
||||
import qualified Types.Remote
|
||||
|
@ -87,7 +88,6 @@ import Annex.InodeSentinal
|
|||
import Utility.InodeCache
|
||||
import Annex.Content.LowLevel
|
||||
import Annex.Content.PointerFile
|
||||
import Annex.Concurrent
|
||||
import Types.WorkerPool
|
||||
import qualified Utility.RawFilePath as R
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue