jaydoane commented on code in PR #5144:
URL: https://github.com/apache/couchdb/pull/5144#discussion_r1685090253
##########
src/rexi/src/rexi_sup.erl:
##########
@@ -22,6 +22,9 @@ start_link(Args) ->
init([]) ->
{ok,
{{rest_for_one, 3, 10}, [
+ % TODO: Compatibility clause rexi_server. This was used by
+ % server_per_node=false mode once After 3.4+ releases, this can be
Review Comment:
I noticed that you used `> 3.4` in the previous comment, and wondered if one
form is preferred, or if you feel that they mean different things?
--
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]