fix:default value error

This commit is contained in:
wangmm0220 2024-09-19 19:52:44 +08:00
parent ff1778220c
commit cea66062b6
1 changed files with 1 additions and 1 deletions

View File

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