wuzeyu
2023-11-30 ee6e575076ba17c1fc8f4ba33253b7ea0fba45f8
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>