diff options
author | Joan Touzet <wohali@users.noreply.github.com> | 2020-01-25 06:56:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-25 06:56:39 +0000 |
commit | 83bdcf693e61be4a4f12b401cc74f4af0746cd23 (patch) | |
tree | 142e1afc6d328d31bfd0aa22b9eaf2a0bf0ccc84 /rel | |
parent | 0ed1789a00d766f2b1a32a134a5699577e45e1d7 (diff) | |
download | couchdb-83bdcf693e61be4a4f12b401cc74f4af0746cd23.tar.gz |
Revert prio flag in default.ini (#2488)
Diffstat (limited to 'rel')
-rw-r--r-- | rel/overlay/etc/default.ini | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 764620a66..3f72b605a 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 |