You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/11/13 00:54:43 UTC

couchdb-cassim git commit: Enable cassim by default

Repository: couchdb-cassim
Updated Branches:
  refs/heads/master 9bbfe8212 -> ab1ef1cee


Enable cassim by default

COUCHDB-2879


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

Branch: refs/heads/master
Commit: ab1ef1cee5f7b7ec1733e44845c1df99fc7a66a3
Parents: 9bbfe82
Author: Alexander Shorin <kx...@apache.org>
Authored: Tue Nov 10 03:41:14 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Nov 13 02:52:43 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/couchdb-cassim/blob/ab1ef1ce/src/cassim.erl
----------------------------------------------------------------------
diff --git a/src/cassim.erl b/src/cassim.erl
index 65d942c..aeebb2a 100644
--- a/src/cassim.erl
+++ b/src/cassim.erl
@@ -51,7 +51,7 @@ is_active() ->
 
 
 is_enabled() ->
-    config:get_boolean("cassim", "enable", false).
+    config:get_boolean("cassim", "enable", true).
 
 
 metadata_db_exists() ->