From dbba46a3343b3f2f0817dc3efe7d77a63bdc5157 Mon Sep 17 00:00:00 2001 From: anlicheng Date: Mon, 28 Aug 2023 16:22:12 +0800 Subject: [PATCH] fix --- apps/iot/src/iot_app.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/iot/src/iot_app.erl b/apps/iot/src/iot_app.erl index acb30c8..cda4d95 100644 --- a/apps/iot/src/iot_app.erl +++ b/apps/iot/src/iot_app.erl @@ -16,7 +16,6 @@ start(_StartType, _StartArgs) -> %% 启动数据库 start_mnesia(), %% 导入固定数据到mnesia - mnesia_data_importer:import_endpoints(), %% 加速内存的回收 erlang:system_flag(fullsweep_after, 16),