From 4ca4f9455f2c2155464fbd78dac969b632d4b6af Mon Sep 17 00:00:00 2001 From: zy Date: Fri, 1 Dec 2023 00:52:25 -0500 Subject: [PATCH] =?UTF-8?q?DEF=5FSLAVE=5FVERF=5FINTRV=5FS=20=E7=94=B1=2015?= =?UTF-8?q?min=20=E6=94=B9=E4=B8=BA=203h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/src/hasp_verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/src/hasp_verify.c b/platform/src/hasp_verify.c index bb66829..75fa6cc 100644 --- a/platform/src/hasp_verify.c +++ b/platform/src/hasp_verify.c @@ -14,7 +14,7 @@ #include "hasp_log.h" #define MASTER_VERF_INTRV_S (10 * 60) -#define DEF_SLAVE_VERF_INTRV_S (15 * 60) +#define DEF_SLAVE_VERF_INTRV_S (3 * 60 * 60) #define MAX_SLAVE_VERF_INTRV_S (24 * 60 * 60) #ifndef MIN