Skip to content

Commit

Permalink
Fix heartbeat interval
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-xiaoyu committed Jul 20, 2019
1 parent bffca30 commit 43cf0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emqx_sys.erl
Expand Up @@ -96,7 +96,7 @@ sys_interval() ->
%% @doc Get sys heatbeat interval
-spec(sys_heatbeat_interval() -> pos_integer()).
sys_heatbeat_interval() ->
application:get_env(?APP, sys_heartbeat, 30000).
application:get_env(?APP, broker_sys_heartbeat, 30000).

%% @doc Get sys info
-spec(info() -> list(tuple())).
Expand Down

0 comments on commit 43cf0fb

Please sign in to comment.