Merge lp:~facundo/ubuntuone-client/more-simult-transfers into lp:ubuntuone-client

Proposed by Facundo Batista
Status: Merged
Approved by: Facundo Batista
Approved revision: 959
Merged at revision: 959
Proposed branch: lp:~facundo/ubuntuone-client/more-simult-transfers
Merge into: lp:ubuntuone-client
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntuone/syncdaemon/action_queue.py (+1/-1)
To merge this branch: bzr merge lp:~facundo/ubuntuone-client/more-simult-transfers
Reviewer Review Type Date Requested Status
Facundo Batista (community) Approve
Lucio Torre (community) Approve
Review via email: mp+58192@code.launchpad.net

Commit message

More simultaneous transfers.

Description of the change

More simultaneous transfers.

To post a comment you must log in.
Revision history for this message
Lucio Torre (lucio.torre) :
review: Approve
Revision history for this message
Facundo Batista (facundo) wrote :

Approving with one review.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/syncdaemon/action_queue.py'
2--- ubuntuone/syncdaemon/action_queue.py 2011-04-12 19:46:23 +0000
3+++ ubuntuone/syncdaemon/action_queue.py 2011-04-18 20:51:43 +0000
4@@ -70,7 +70,7 @@
5 TRANSFER_PROGRESS_THRESHOLD = 64*1024*1024
6
7 # no more than this uploads are executed simultaneously
8-SIMULT_TRANSFERS = 3
9+SIMULT_TRANSFERS = 10
10
11 def passit(func):
12 """Pass the value on for the next deferred, while calling func with it."""

Subscribers

People subscribed via source and target branches