From d49aed68f9bc9a70ca9cc75366aae711569bf82a Mon Sep 17 00:00:00 2001 From: zhouhuang Date: Thu, 31 Oct 2024 16:40:31 +0800 Subject: [PATCH] update --- das-dn/cmg/ry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/das-dn/cmg/ry.cpp b/das-dn/cmg/ry.cpp index 6f9cd0f2..3f2239a9 100644 --- a/das-dn/cmg/ry.cpp +++ b/das-dn/cmg/ry.cpp @@ -2135,7 +2135,7 @@ bool CRYDevice::ry_run(void) } } } else { - if (last_connect_sec > 0 && system32.timers > (last_connect_sec + 30)) { + if (last_connect_sec > 0 && system32.timers > (last_connect_sec + 8)) { nopoll_conn_connect_timeout(ctx, 50000); char url[512]; char cPort[64];