Merge lp:~vds/desktopcouch/only_one_connection_for_replication into lp:desktopcouch

Proposed by Vincenzo Di Somma
Status: Merged
Approved by: Manuel de la Peña
Approved revision: 187
Merged at revision: 187
Proposed branch: lp:~vds/desktopcouch/only_one_connection_for_replication
Merge into: lp:desktopcouch
Diff against target: 7 lines (+3/-0)
1 file modified
config/desktop-couch/default.ini (+3/-0)
To merge this branch: bzr merge lp:~vds/desktopcouch/only_one_connection_for_replication
Reviewer Review Type Date Requested Status
Manuel de la Peña (community) Approve
Eric Casteleijn (community) Approve
Review via email: mp+39795@code.launchpad.net

Commit message

We want to use only one connection from the client to the server when the replication happens.

Description of the change

We want to use only one connection from the client to the server when the replication happens.

To post a comment you must log in.
Revision history for this message
Eric Casteleijn (thisfred) wrote :

Excellent!

review: Approve
Revision history for this message
Manuel de la Peña (mandel) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'config/desktop-couch/default.ini'
2--- config/desktop-couch/default.ini 1970-01-01 00:00:00 +0000
3+++ config/desktop-couch/default.ini 2010-11-01 22:14:43 +0000
4@@ -0,0 +1,3 @@
5+[replicator]
6+max_http_sessions = 1
7+

Subscribers

People subscribed via source and target branches