fix issue

This commit is contained in:
54liuyao 2024-12-23 19:38:13 +08:00
parent 0452c21ff6
commit 0497642545
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ extern int32_t tsMaxStreamBackendCache;
extern int32_t tsPQSortMemThreshold;
extern int32_t tsResolveFQDNRetryTime;
extern bool tsStreamCoverage;
extern int8_t tsS3EpNum;
extern bool tsExperimental;
// #define NEEDTO_COMPRESSS_MSG(size) (tsCompressMsgSize != -1 && (size) > tsCompressMsgSize)