Merge branch '测试2' of http://192.168.1.22:3000/zhangwen/front_linux into 测试2

This commit is contained in:
2026-02-28 09:22:54 +08:00
11 changed files with 241 additions and 156 deletions

View File

@@ -11,6 +11,8 @@
#include <algorithm>
#include <interface.h>
#include "cloudfront/code/log4.h"
// 配置参数
constexpr int BASE_RECONNECT_DELAY = 20000; // 基础重连延迟(ms)
constexpr int MAX_RECONNECT_DELAY = 60000; // 最大重连延迟(ms)