Merge pull request #25146 from taosdata/fix/fixQueuelog30
fix queue log
This commit is contained in:
commit
cf8245632f
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue