This commit is contained in:
Feng Lee 2018-09-22 06:05:29 +08:00 committed by GitHub
parent b61615323b
commit ee7a7e2479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ handle_info({timeout, Timer, emit_stats},
emqx_cm:set_conn_stats(emqx_protocol:client_id(ProtoState), stats(State)),
NewState = State#state{stats_timer = undefined},
Limits = erlang:get(force_shutdown_policy),
case meqx_misc:conn_proc_mng_policy(Limits) of
case emqx_misc:conn_proc_mng_policy(Limits) of
continue ->
{noreply, NewState};
hibernate ->