nickva commented on code in PR #4627:
URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591189278
##########
src/docs/src/config/couchdb.rst:
##########
@@ -247,3 +247,13 @@ Base CouchDB Options
[couchdb]
write_xxhash_checksums = false
+
+ .. config:option:: js_engine :: Set default Javascript Engine.
+
+ .. versionchanged:: 3.4
+
+ Select the default Javascript engine. Available options are
+ ``spidermonkey`` and ``quickjs``. The defaults is ``spidermonkey``::
Review Comment:
Good catch, thanks!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]