wuzeyu
2024-01-06 2e9ac6878d3d7a59c200be7d74811c89dadf3a44
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>