diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-06 16:44:13 -0600 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-06 16:44:13 -0600 |
commit | 62876502c55958cd8f716d6676eb97825456d9b7 (patch) | |
tree | 91bd4a801bb53cee557be73b175bfcc6220cc0e4 /Assistant/TransferQueue.hs | |
parent | 4a107951442f30354fa90b0b31200a9fdc86ffca (diff) |
wait on child transfer processes, and invalidate cache
There's still a bug; if the child updates its transfer info file,
then the data from it will superscede the TransferInfo, losing the
info that we should wait on this child.
Diffstat (limited to 'Assistant/TransferQueue.hs')
-rw-r--r-- | Assistant/TransferQueue.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/TransferQueue.hs b/Assistant/TransferQueue.hs index bb65dbae5..5e1fad456 100644 --- a/Assistant/TransferQueue.hs +++ b/Assistant/TransferQueue.hs @@ -27,6 +27,7 @@ stubInfo f = TransferInfo , transferRemote = Nothing , bytesComplete = Nothing , associatedFile = f + , shouldWait = False } {- Adds pending transfers to the end of the queue for some of the known |