fix(rpc): read tcp_client_num from emqx_config
This commit is contained in:
parent
29bb4c2a01
commit
f913cf9617
|
@ -72,4 +72,4 @@ filter_result(Delivery) ->
|
|||
Delivery.
|
||||
|
||||
max_client_num() ->
|
||||
emqx_config:get([gen_rpc, tcp_client_num]).
|
||||
emqx_config:get([rpc, tcp_client_num], ?DefaultClientNum).
|
||||
|
|
Loading…
Reference in New Issue