Merge pull request #25146 from taosdata/fix/fixQueuelog30

fix queue log
This commit is contained in:
Hongze Cheng 2024-03-26 17:10:21 +08:00 committed by GitHub
commit cf8245632f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include "tgeosctx.h"
#include "tlog.h"
#define QUEUE_THRESHOLD 1000 * 1000
#define QUEUE_THRESHOLD (1000 * 1000)
typedef void *(*ThreadFp)(void *param);