未验证 提交 c5ff2275 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #5511 from taosdata/feature/linux

change queued msg from 10k to 100k
......@@ -35,7 +35,7 @@
#include "mnodeSdb.h"
#define SDB_TABLE_LEN 12
#define MAX_QUEUED_MSG_NUM 10000
#define MAX_QUEUED_MSG_NUM 100000
typedef enum {
SDB_ACTION_INSERT = 0,
......
......@@ -24,7 +24,7 @@
#include "dnode.h"
#include "vnodeStatus.h"
#define MAX_QUEUED_MSG_NUM 10000
#define MAX_QUEUED_MSG_NUM 100000
extern void * tsDnodeTmr;
static int32_t (*vnodeProcessWriteMsgFp[TSDB_MSG_TYPE_MAX])(SVnodeObj *, void *pCont, SRspRet *);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册