liurunyu
2023-11-29 f2df44d7b3865cafe86baa48e19d1df0c0723702
pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/resources/Config.xml
@@ -32,17 +32,13 @@
    -->
   <rmiCl
      rmiSvUrl="127.0.0.1"
      rmiSvContext="mwTestServer"
      rmiSvPort="9898"
      rmiSvContext="mwTestSv"
      rmiSvPort="12345"
   />
   <!--
   enable:是否启动
   heartbeatTimes:连续配置次数心跳后发送一次数据
   sendInterval:发送心跳或数据的时间间隔
    -->
   <tcpCl
      enable="true"
      heartbeatTimes="3"
      sendInterval="3"
   />
</config>