nickva commented on code in PR #4240:
URL: https://github.com/apache/couchdb/pull/4240#discussion_r1004682996


##########
src/couch/src/couch_sup.erl:
##########
@@ -168,3 +169,8 @@ write_file(FileName, Contents) ->
             couch_log:error("Failed ot write ~s :: ~s", Args),
             throw({error, Reason})
     end.
+
+start_password_server() ->
+    couch_log:info("Password Server Process is starting.~n", []),
+    couch_password_server:start_link(),
+    ok.

Review Comment:
   If we intend this to be properly supervised we should add it to the 
supervisor as a child. `couch_primary_services` might be a better place for it, 
right before the couch_server instances are added.



-- 
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]

Reply via email to