Merge lp:~chipaca/ubuntu/maverick/desktopcouch/fix-834857 into lp:ubuntu/maverick/desktopcouch

Proposed by John Lenton
Status: Merged
Merged at revision: 40
Proposed branch: lp:~chipaca/ubuntu/maverick/desktopcouch/fix-834857
Merge into: lp:ubuntu/maverick/desktopcouch
Diff against target: 12 lines (+1/-1)
1 file modified
desktopcouch/replication.py (+1/-1)
To merge this branch: bzr merge lp:~chipaca/ubuntu/maverick/desktopcouch/fix-834857
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+76963@code.launchpad.net

Description of the change

Bump the replication period to 1h.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Merging.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'desktopcouch/replication.py'
2--- desktopcouch/replication.py 2010-04-15 14:57:16 +0000
3+++ desktopcouch/replication.py 2011-09-26 11:10:32 +0000
4@@ -226,7 +226,7 @@
5 dbus_io.maintain_discovered_servers()
6
7 t = task.LoopingCall(do_all_replication, int(port))
8- t.start(600)
9+ t.start(3600)
10
11 # TODO: port may change, so every so often, check it and
12 # perhaps refresh the beacons. We return an array of beacons, so we could

Subscribers

People subscribed via source and target branches

to all changes: