From 8e0b2b23294ac1fdce43b9076b93e29e9aa51530 Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期二, 12 三月 2024 09:37:25 +0800
Subject: [PATCH] 配置文件增加自定义tcp重连间隔时间

---
 src/main/resources/application-dev.yml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index ac119ec..05d1e92 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -36,6 +36,7 @@
     enabled: false
   tcp:
     enabled: true
+    reConnectInterval: 30000
 # mqtt閰嶇疆
 mqtt:
   host: tcp://192.168.2.15:1883
@@ -66,10 +67,10 @@
 logging:
   level:
     hikSdk: info
-    mqtt: debug
+    mqtt: info
     netty: debug
     external: info
     camera: info
     tube: info
     digitization3: info
-    stealAlarm: info
\ No newline at end of file
+    stealAlarm: info

--
Gitblit v1.9.3