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_r368016920
########## 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. +;max_jobs = 48 +; +; Time to wait before retrying a failed shard splitting phase. Review comment: docs PR merged upstream ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services