Use broker_sys_interval instead of sys_interval

This commit is contained in:
linjun 2019-03-11 14:24:54 +08:00 committed by Gilbert
parent 93162c52b6
commit f166b81702
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ datetime() ->
%% @doc Get sys interval
-spec(sys_interval() -> pos_integer()).
sys_interval() ->
application:get_env(?APP, sys_interval, 60000).
application:get_env(?APP, broker_sys_interval, 60000).
%% @doc Get sys info
-spec(info() -> list(tuple())).