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 2020/01/16 17:07:25 UTC

[GitHub] [couchdb] nickva commented on a change in pull request #2459: Add a few missing settings to the default.ini file

nickva commented on a change in pull request #2459: Add a few missing settings to the default.ini file
URL: https://github.com/apache/couchdb/pull/2459#discussion_r367541977
 
 

 ##########
 File path: rel/overlay/etc/default.ini
 ##########
 @@ -578,3 +584,44 @@ compaction = false
 ; CouchDB will use the value of `max_limit` instead. If neither is
 ; defined, the default is 2000 as stated here.
 ; max_limit_partitions = 2000
+
+[reshard]
+; Maximum resharding jobs allowed. New jobs cannot be added until some
+; old ones are deleted. A finished job is not automatically
+; removed. It has to be removed by hand.
 
 Review comment:
   Good catch, I will update it

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services