summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2020-01-03 20:10:11 +0100
committerJoan Touzet <wohali@users.noreply.github.com>2020-01-04 07:51:35 +0000
commit8e1165f0c88ad8bc960e16e3061170ff00cd8719 (patch)
tree50c5c490c44864438f001be424112e746d8e37e3
parent04aef08e82a8331c3a2b3b56b2988fb283669226 (diff)
downloadcouchdb-8e1165f0c88ad8bc960e16e3061170ff00cd8719.tar.gz
feat: add "access-ready" to feature flags in welcome message
-rw-r--r--src/couch/src/couch_server.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/couch/src/couch_server.erl b/src/couch/src/couch_server.erl
index 30f4e69c3..ab0122eec 100644
--- a/src/couch/src/couch_server.erl
+++ b/src/couch/src/couch_server.erl
@@ -226,6 +226,9 @@ init([]) ->
% Mark partitioned databases as a supported feature
config:enable_feature(partitioned),
+ % Mark being able to receive documents with an _access property as a supported feature
+ config:enable_feature('access-ready'),
+
% read config and register for configuration changes
% just stop if one of the config settings change. couch_server_sup