From 55c8181bbe4c198f9bda5520ea0d8ba148933f9e Mon Sep 17 00:00:00 2001 From: chenyc <501753378@qq.com> Date: 星期五, 16 一月 2026 10:34:53 +0800 Subject: [PATCH] gx重试指令间隔 --- index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/index.js b/index.js index f253ee6..826b343 100644 --- a/index.js +++ b/index.js @@ -46,7 +46,7 @@ // ========== 常量配置 ========== const MAX_BUFFER_SIZE = 500; // 缓冲区最大长度 -const RETRY_INTERVAL_MS = 10000; // 重试间隔 10s +const RETRY_INTERVAL_MS = 30000; // 重试间隔 30s const KEEP_ALIVE_INTERVAL_MS = 60000; // 保活间隔 60s const DEVICE_TIMEOUT_MS = 120000; // 设备无响应超时 2分钟 -- Gitblit v1.8.0