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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 9203fb2..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 -- Gitblit v1.9.3