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:
Joey Hess 2020-04-17 14:36:45 -04:00
parent 988317634b
commit fe9cf1256e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
7 changed files with 148 additions and 20 deletions

View file

@ -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