From 60d39176a0504333b2689539a29755a58c8fd0ce Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期三, 10 九月 2025 13:56:35 +0800
Subject: [PATCH] Merge branch 'ID2085-透析中添加处方脱水量' into test

---
 src/store/bedsideAuxiliaryScreen.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/store/bedsideAuxiliaryScreen.ts b/src/store/bedsideAuxiliaryScreen.ts
index 3596ee1..de157fa 100644
--- a/src/store/bedsideAuxiliaryScreen.ts
+++ b/src/store/bedsideAuxiliaryScreen.ts
@@ -104,7 +104,7 @@
 
     // 重连控制
     let retryCount = 0;
-    const maxRetryCount = 1000 * 6 * 1000; // 最大重连次数
+    const maxRetryCount = 6000 * 60 * 24 * 30;
     const baseRetryDelay = 1000; // 1秒开始重连延迟
 
     /**

--
Gitblit v1.8.0