it builds again
Currently nothing waits on transfer processes. (Second drive of the day fried. Not concentrating very well.)
This commit is contained in:
parent
8795a392c3
commit
430ad8ce85
3 changed files with 39 additions and 5 deletions
|
@ -84,6 +84,7 @@ import Assistant.Changes
|
|||
import Assistant.Commits
|
||||
import Assistant.Pushes
|
||||
import Assistant.TransferQueue
|
||||
import Assistant.TransferSlots
|
||||
import Assistant.Threads.Watcher
|
||||
import Assistant.Threads.Committer
|
||||
import Assistant.Threads.Pusher
|
||||
|
@ -122,7 +123,7 @@ startDaemon assistant foreground
|
|||
, pushThread st dstatus commitchan pushmap
|
||||
, pushRetryThread st pushmap
|
||||
, mergeThread st
|
||||
, transferWatcherThread st dstatus transferslots
|
||||
, transferWatcherThread st dstatus
|
||||
, transfererThread st dstatus transferqueue transferslots
|
||||
, daemonStatusThread st dstatus
|
||||
, sanityCheckerThread st dstatus transferqueue changechan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue