summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarren Smith <garren.smith@gmail.com>2019-01-28 10:13:44 +0200
committergarren smith <garren.smith@gmail.com>2019-01-28 14:16:50 +0200
commitedcb37288bc2043d8c4d748f4426b6f8fd9d09af (patch)
tree1db0dbb9b9969dd1a56d3ae52f7e2ca810a9b606
parent17f05b758f29a0ec693cf8b72c3bbc3bee300555 (diff)
downloadcouchdb-edcb37288bc2043d8c4d748f4426b6f8fd9d09af.tar.gz
rename partitions feature to partitioned feature
-rw-r--r--src/couch/src/couch_server.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch/src/couch_server.erl b/src/couch/src/couch_server.erl
index 395ec31a9..3ceab3abd 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