You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2016/09/15 08:13:14 UTC

couchdb-setup git commit: feat: cassim is off for now

Repository: couchdb-setup
Updated Branches:
  refs/heads/master b9e1f3b5d -> e8d1e32ba


feat: cassim is off for now


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

Branch: refs/heads/master
Commit: e8d1e32ba3b4f5f3be0e06e5269b12d811f24d52
Parents: b9e1f3b
Author: Jan Lehnardt <ja...@apache.org>
Authored: Thu Sep 15 10:13:11 2016 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Sep 15 10:13:11 2016 +0200

----------------------------------------------------------------------
 src/setup.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-setup/blob/e8d1e32b/src/setup.erl
----------------------------------------------------------------------
diff --git a/src/setup.erl b/src/setup.erl
index 34cbdff..b27c6c6 100644
--- a/src/setup.erl
+++ b/src/setup.erl
@@ -46,7 +46,7 @@ is_cluster_enabled() ->
 
 
 cluster_system_dbs() ->
-    ["_users", "_replicator", "_metadata", "_global_changes"].
+    ["_users", "_replicator", "_global_changes"].
 
 
 has_cluster_system_dbs() ->