You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/07 06:42:30 UTC

couchdb commit: updated refs/heads/1843-feature-bigcouch to 99b2a5a

Updated Branches:
  refs/heads/1843-feature-bigcouch 68053b16b -> 99b2a5a4b


Add default replicator db name

The replicator_db test was failing because the config option didn't
exist.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/99b2a5a4
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/99b2a5a4
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/99b2a5a4

Branch: refs/heads/1843-feature-bigcouch
Commit: 99b2a5a4b8f2588191c5fb1451733b9f0614dd5e
Parents: 68053b1
Author: Paul J. Davis <pa...@gmail.com>
Authored: Thu Feb 6 23:41:50 2014 -0600
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Thu Feb 6 23:41:50 2014 -0600

----------------------------------------------------------------------
 rel/overlay/etc/default.ini | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/99b2a5a4/rel/overlay/etc/default.ini
----------------------------------------------------------------------
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 7f623a2..36e454b 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -116,6 +116,7 @@ compression_level = 8 ; from 1 (lowest, fastest) to 9 (highest, slowest), 0 to d
 compressible_types = text/*, application/javascript, application/json,  application/xml
 
 [replicator]
+db = _replicator
 max_http_sessions = 20
 max_http_pipeline_size = 50
 ; set to true to validate peer certificates