|
@@ -549,7 +549,7 @@ format_status(Key, Node, Listener, Acc) ->
|
|
|
NodeStatus =
|
|
NodeStatus =
|
|
|
case maps:find(Node, NodeStatus0) of
|
|
case maps:find(Node, NodeStatus0) of
|
|
|
error ->
|
|
error ->
|
|
|
- #{
|
|
|
|
|
|
|
+ NodeStatus0#{
|
|
|
Node => #{
|
|
Node => #{
|
|
|
max_connections => MaxConnections,
|
|
max_connections => MaxConnections,
|
|
|
current_connections => CurrentConnections
|
|
current_connections => CurrentConnections
|