Browse Source

设置为异步控制

lirong 2 years ago
parent
commit
a11ab677f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ibms-data-sdk/src/main/resources/config.xml

+ 1 - 1
ibms-data-sdk/src/main/resources/config.xml

@@ -9,7 +9,7 @@
     <sdk_version>SDK-D</sdk_version>
 
     <!-- 控制模式:同步sync 异步async -->
-    <control_mode>sync</control_mode>
+    <control_mode>async</control_mode>
     <!-- IOT采集数据保留小数 -->
     <iot_round_d_to enable="true" length="1"/>