Merge lp://staging/~cmiller/desktopcouch/cpu-usage-replication into lp://staging/desktopcouch
Proposed by
Chad Miller
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | dobey | ||||
Approved revision: | 282 | ||||
Merged at revision: | 279 | ||||
Proposed branch: | lp://staging/~cmiller/desktopcouch/cpu-usage-replication | ||||
Merge into: | lp://staging/desktopcouch | ||||
Diff against target: |
85 lines (+21/-1) 4 files modified
desktopcouch/application/plugins/tests/test_ubuntuone_pairing.py (+3/-0) desktopcouch/application/plugins/ubuntuone_pairing.py (+13/-1) desktopcouch/application/service.py (+1/-0) desktopcouch/application/tests/test_service.py (+4/-0) |
||||
To merge this branch: | bzr merge lp://staging/~cmiller/desktopcouch/cpu-usage-replication | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
dobey (community) | Approve | ||
Roman Yepishev (community) | fieldtest | Approve | |
Eric Casteleijn (community) | Approve | ||
Review via email: mp+68462@code.staging.launchpad.net |
Commit message
Slow down the idle-run function that checks for whether all the blocking semaphores are completed. gobject may call this every chance it gets, which pegs the CPU.
Catch the signal from the service that indicates no response is ever coming, CredentialsNotF
To post a comment you must log in.
Looks good.