wohali commented on a change in pull request #933: Update for changes to _cluster_setup endpoint URL: https://github.com/apache/couchdb-fauxton/pull/933#discussion_r129080975
########## File path: app/addons/setup/setup.stores.js ########## @@ -91,6 +92,14 @@ var SetupStore = FauxtonAPI.Store.extend({ return this._setupNode.bindAddress; }, + setNodeCountForSetupNode: function (options) { + this._setupNode.nodeCount = Math.min(options.value, 3); Review comment: This sets the cluster n value, so it should set n = 3. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services