diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-12 12:11:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-12 12:11:20 -0400 |
commit | b6b8f6da9ce18c92cd5c813e07f06d392731bf86 (patch) | |
tree | 897f688c4f75c0364ca01216207eae63c5d00729 /Assistant.hs | |
parent | 37eed5d8d0a3affad6a6a7d0cbbfb1c1e706e635 (diff) |
implement resuming of paused transfers
Currently waits for a new transfer slot to open up, which probably needs to
change..
Diffstat (limited to 'Assistant.hs')
-rw-r--r-- | Assistant.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant.hs b/Assistant.hs index 075254dbc..350996977 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -155,7 +155,7 @@ startAssistant assistant daemonize webappwaiter = do mapM_ startthread [ watch $ commitThread st changechan commitchan transferqueue dstatus #ifdef WITH_WEBAPP - , assist $ webAppThread (Just st) dstatus scanremotes transferqueue Nothing webappwaiter + , assist $ webAppThread (Just st) dstatus scanremotes transferqueue transferslots Nothing webappwaiter #endif , assist $ pushThread st dstatus commitchan pushmap , assist $ pushRetryThread st dstatus pushmap |