flimzy commented on a change in pull request #168: Update description of a
database info reply
URL:
https://github.com/apache/couchdb-documentation/pull/168#discussion_r141867864
##########
File path: src/api/database/common.rst
##########
@@ -55,6 +55,12 @@
- :mimetype:`text/plain`
:>header Content-Type: - :mimetype:`application/json`
- :mimetype:`text/plain; charset=utf-8`
+ :>json number cluster.n: Replicas. The number of copies of every document.
+ :>json number cluster.q: Shards. The number of range partitions.
+ :>json number cluster.r: Read quorum. The number of consistent copies
+ of a document that need to be read before successfull reply.
+ :>json number cluster.w: Write quorum. The number of copies of a document
+ need to be written before successfull reply.
Review comment:
Maybe more clear "The number of copies of a document that need to be written
before successful reply"?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services