From cea66062b6fd219d734bdf545bae7a55134de009 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Thu, 19 Sep 2024 19:52:44 +0800 Subject: [PATCH] fix:default value error --- include/common/tmsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common/tmsg.h b/include/common/tmsg.h index 5a6f13d1c7..b749fce912 100644 --- a/include/common/tmsg.h +++ b/include/common/tmsg.h @@ -2796,7 +2796,7 @@ enum { TOPIC_SUB_TYPE__COLUMN, }; -#define DEFAULT_MAX_POLL_INTERVAL 3000000 +#define DEFAULT_MAX_POLL_INTERVAL 300000 #define DEFAULT_SESSION_TIMEOUT 12000 typedef struct {