fix:[TS-4921] errors in test

This commit is contained in:
wangmm0220 2024-06-27 10:11:38 +08:00
parent a58ba79046
commit 1ec867449e
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ typedef enum SQL_RESULT_CODE {
SQL_RESULT_CANCEL = 2,
} SQL_RESULT_CODE;
#define SLOW_LOG_SEND_SIZE 8*1024
#define SLOW_LOG_SEND_SIZE 32*1024
typedef struct {
int64_t clusterId;