This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch revert-prio-flag in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit f52693f01761b45d9573289ed7675a3340cadbed Author: Joan Touzet <[email protected]> AuthorDate: Sat Jan 25 01:06:44 2020 -0500 Improve default.ini comment --- rel/overlay/etc/default.ini | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 764620a..3f72b60 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -94,9 +94,11 @@ users_db_security_editable = false couch = couch_bt_engine [process_priority] -; Selectively disable altering process priorities -; for modules that request it. -; couch_server = true +; Selectively disable altering process priorities for modules that request it. +; * NOTE: couch_server priority has been shown to lead to CouchDB hangs and +; unexpected failures. Do not enable unless you're sure you can tolerate +; this possibility. +;couch_server = false [cluster] q=2
