diff options
-rw-r--r-- | Assistant/Threads/Transferrer.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Assistant/Threads/Transferrer.hs b/Assistant/Threads/Transferrer.hs index 5c7056568..399e732be 100644 --- a/Assistant/Threads/Transferrer.hs +++ b/Assistant/Threads/Transferrer.hs @@ -23,10 +23,6 @@ import Locations.UserConfig import System.Process (create_group) -{- For now only one transfer is run at a time. -} -maxTransfers :: Int -maxTransfers = 1 - {- Dispatches transfers from the queue. -} transfererThread :: NamedThread transfererThread = NamedThread "Transferr" $ do |