You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/05/18 13:57:24 UTC

[GitHub] [couchdb-documentation] nickva commented on a diff in pull request #732: Add missing description and fix typos for Config-Quick-Reference

nickva commented on code in PR #732:
URL: https://github.com/apache/couchdb-documentation/pull/732#discussion_r875930798


##########
src/config/replicator.rst:
##########
@@ -283,15 +285,25 @@ Fair Share Replicator Share Allocation
 
 .. config:section:: replicator.shares :: Per-Database Fair Share Allocation
 
-    .. config:option:: $replicator_db
+    .. config:option:: $replicator_db :: Value for a replicator database
 
         .. versionadded:: 3.2.0
 
-        Fair share configuration section. More shares result in a
+        Fair share configuration section. Higher share values results in a
         higher chance that jobs from that db get to run. The default
         value is 100, minimum is 1 and maximum is 1000. The
-        configuration may be set even if the database does not exist::
+        configuration may be set even if the database does not exist.
+
+        Please adjust the variable ``$replicator_db`` to your replicator
+        database name. The default replicator database is _replicator.

Review Comment:
   Tiny nit: ``` ``_replicator``  ``` so the style matches with ``` ``$replicator_db`` ```?



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org