summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2022-12-22 12:11:55 +0000
committerRobert Newson <rnewson@apache.org>2022-12-22 12:11:55 +0000
commitc64f9d32c965aa5f36cf23b7e523b91eb95eb6e6 (patch)
treee5729be650f6fefc2fcd964bb8d0b95c2d261b3c
parented7669adad819326a9f582b98748a62626d7ae69 (diff)
downloadcouchdb-c64f9d32c965aa5f36cf23b7e523b91eb95eb6e6.tar.gz
ignore other config changes
-rw-r--r--src/nouveau/src/nouveau_index_manager.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nouveau/src/nouveau_index_manager.erl b/src/nouveau/src/nouveau_index_manager.erl
index 18cdaa2c5..34f167817 100644
--- a/src/nouveau/src/nouveau_index_manager.erl
+++ b/src/nouveau/src/nouveau_index_manager.erl
@@ -134,6 +134,8 @@ handle_db_event(_DbName, _Event, State) ->
handle_config_change("nouveau", "url", URL, _Persist, State) ->
set_max_sessions(URL),
+ {ok, State};
+handle_config_change(_Section, _Key, _Value, _Persist, State) ->
{ok, State}.
handle_config_terminate(_Server, stop, _State) ->