DEF_SLAVE_VERF_INTRV_S 由 15min 改为 3h

This commit is contained in:
zy
2023-12-01 00:52:25 -05:00
parent acaf83c064
commit 4ca4f9455f

View File

@@ -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