nickva commented on code in PR #5144:
URL: https://github.com/apache/couchdb/pull/5144#discussion_r1685102969
##########
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:
Good point. That is silly. I'll use 3.4+ for consistency.
--
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]