jiangphcn commented on a change in pull request #2666: [WIP] soft-deletion for database URL: https://github.com/apache/couchdb/pull/2666#discussion_r394973917
########## File path: src/fabric/src/fabric_util.erl ########## @@ -23,6 +23,8 @@ -export([validate_all_docs_args/2, validate_args/3]). -export([upgrade_mrargs/1]). -export([worker_ranges/1]). +-export([do_recovery/0]). Review comment: `couchdb.enable_database_recovery` is inherited from CouchDB 3.0x or early. Is there similar case in CouchDB 4.0 to introduce different name for configuration? or we have to keep the same as before? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
