From 954e5e60e088d884bd2cccb9ad9bd671e69380c5 Mon Sep 17 00:00:00 2001 From: "itpkcn@gmail.com" Date: Sat, 21 Mar 2026 09:35:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9E=E6=B4=BB=E8=B7=83=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E5=9C=A8=201=20=E5=88=86=E9=92=9F=E5=86=85=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E5=B0=B1=E4=BC=9A=E8=A2=AB=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=96=AD=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 9a1ac47..e91796e 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -1,2 +1,2 @@ -export const CONNECTION_IDLE_TIMEOUT_MS = 10 * 60 * 1000 // 10 minutes +export const CONNECTION_IDLE_TIMEOUT_MS = 1 * 60 * 1000 // 1 minute export const IDLE_SWEEP_INTERVAL_MS = 60 * 1000 // 1 minute