From da714e97e899bb986746c3290165926a622801e6 Mon Sep 17 00:00:00 2001 From: lubeilin <1791778603@qq.com> Date: Fri, 5 Apr 2024 23:10:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=AC=E7=BD=91=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=8E=A2=E6=B5=8B=E9=A2=91=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnt/src/handle/maintain/addr_request.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vnt/src/handle/maintain/addr_request.rs b/vnt/src/handle/maintain/addr_request.rs index f27ecf7..c51cf29 100644 --- a/vnt/src/handle/maintain/addr_request.rs +++ b/vnt/src/handle/maintain/addr_request.rs @@ -31,8 +31,8 @@ pub fn pub_address_request( server_cipher: Cipher, ) { addr_request0(&context, ¤t_device_info, &server_cipher); - // 17秒发送一次 - let rs = scheduler.timeout(Duration::from_secs(17), |s| { + // 9秒发送一次 + let rs = scheduler.timeout(Duration::from_secs(9), |s| { pub_address_request(s, context, current_device_info, server_cipher) }); if !rs {