change queued msg from 10k to 100k

This commit is contained in:
Shengliang Guan 2021-03-19 08:22:59 +00:00
parent e9ea8814ec
commit 6143a169f7
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#include "mnodeSdb.h" #include "mnodeSdb.h"
#define SDB_TABLE_LEN 12 #define SDB_TABLE_LEN 12
#define MAX_QUEUED_MSG_NUM 10000 #define MAX_QUEUED_MSG_NUM 100000
typedef enum { typedef enum {
SDB_ACTION_INSERT = 0, SDB_ACTION_INSERT = 0,

View File

@ -24,7 +24,7 @@
#include "dnode.h" #include "dnode.h"
#include "vnodeStatus.h" #include "vnodeStatus.h"
#define MAX_QUEUED_MSG_NUM 10000 #define MAX_QUEUED_MSG_NUM 100000
extern void * tsDnodeTmr; extern void * tsDnodeTmr;
static int32_t (*vnodeProcessWriteMsgFp[TSDB_MSG_TYPE_MAX])(SVnodeObj *, void *pCont, SRspRet *); static int32_t (*vnodeProcessWriteMsgFp[TSDB_MSG_TYPE_MAX])(SVnodeObj *, void *pCont, SRspRet *);