iilyak commented on code in PR #5327: URL: https://github.com/apache/couchdb/pull/5327#discussion_r1822939189
########## src/couch/src/couch_proc_manager.erl: ########## @@ -290,6 +286,9 @@ handle_config_change("native_query_servers", _, _, _, _) -> handle_config_change("query_server_config", _, _, _, _) -> gen_server:cast(?MODULE, reload_config), {ok, undefined}; +handle_config_change("couchdb", "js_engine", _, _, _) -> Review Comment: Maybe out of scope of this PR, but we might want to handle `handle_config_change("native_query_servers", _, _, _, _)` in a similar way. -- 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: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org