From 2e5af22852ac7549eebab697abab5c948d49a7fe Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Sun, 24 Dec 2023 16:13:00 +0800 Subject: [PATCH] fix --- apps/iot/src/iot_sup.erl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/iot/src/iot_sup.erl b/apps/iot/src/iot_sup.erl index e0b76cf..a0062df 100644 --- a/apps/iot/src/iot_sup.erl +++ b/apps/iot/src/iot_sup.erl @@ -73,14 +73,14 @@ init([]) -> modules => ['iot_zd_endpoint'] }, - #{ - id => 'iot_zd_consumer', - start => {'iot_zd_consumer', start_link, []}, - restart => permanent, - shutdown => 2000, - type => worker, - modules => ['iot_zd_consumer'] - }, + %#{ + % id => 'iot_zd_consumer', + % start => {'iot_zd_consumer', start_link, []}, + % restart => permanent, + % shutdown => 2000, + % type => worker, + % modules => ['iot_zd_consumer'] + %}, #{ id => 'iot_jinzhi_endpoint',