liurunyu
2024-11-28 8bd98786e735938659e6af3a8cc1ff8948267568
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>