This commit is contained in:
anlicheng 2023-06-20 21:44:33 +08:00
parent 5c325f3d8a
commit 3da8c70a2d

View File

@ -22,8 +22,8 @@
-define(SERVER, ?MODULE).
%% , host上传的间隔大一些才行
-define(TICKER_INTERVAL, 5000 * 2).
%% , host上传的间隔大一些才行; ping的间隔为20s
-define(TICKER_INTERVAL, 30000).
-record(state, {
host_id :: integer(),