This is an automated email from the ASF dual-hosted git repository.
garren pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/master by this push:
new edcb372 rename partitions feature to partitioned feature
edcb372 is described below
commit edcb37288bc2043d8c4d748f4426b6f8fd9d09af
Author: Garren Smith <[email protected]>
AuthorDate: Mon Jan 28 10:13:44 2019 +0200
rename partitions feature to partitioned feature
---
src/couch/src/couch_server.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/couch/src/couch_server.erl b/src/couch/src/couch_server.erl
index 395ec31..3ceab3a 100644
--- a/src/couch/src/couch_server.erl
+++ b/src/couch/src/couch_server.erl
@@ -223,7 +223,7 @@ init([]) ->
config:enable_feature('pluggable-storage-engines'),
% Mark partitioned databases as a supported feature
- config:enable_feature(partitions),
+ config:enable_feature(partitioned),
% read config and register for configuration changes