提交 1d95d025 编写于 作者: A Alex Duan

fix(mnode): change tsMaxTmrCtrlto 20480

上级 e1306a9b
...@@ -729,7 +729,7 @@ static void doInitGlobalConfig(void) { ...@@ -729,7 +729,7 @@ static void doInitGlobalConfig(void) {
cfg.valType = TAOS_CFG_VTYPE_INT32; cfg.valType = TAOS_CFG_VTYPE_INT32;
cfg.cfgType = TSDB_CFG_CTYPE_B_CONFIG | TSDB_CFG_CTYPE_B_SHOW; cfg.cfgType = TSDB_CFG_CTYPE_B_CONFIG | TSDB_CFG_CTYPE_B_SHOW;
cfg.minValue = 8; cfg.minValue = 8;
cfg.maxValue = 2048; cfg.maxValue = 20480;
cfg.ptrLength = 0; cfg.ptrLength = 0;
cfg.unitType = TAOS_CFG_UTYPE_NONE; cfg.unitType = TAOS_CFG_UTYPE_NONE;
taosInitConfigOption(cfg); taosInitConfigOption(cfg);
......
...@@ -84,7 +84,7 @@ typedef struct time_wheel_t { ...@@ -84,7 +84,7 @@ typedef struct time_wheel_t {
} time_wheel_t; } time_wheel_t;
int32_t tmrDebugFlag = 131; int32_t tmrDebugFlag = 131;
uint32_t tsMaxTmrCtrl = 512; uint32_t tsMaxTmrCtrl = 20480;
static pthread_once_t tmrModuleInit = PTHREAD_ONCE_INIT; static pthread_once_t tmrModuleInit = PTHREAD_ONCE_INIT;
static pthread_mutex_t tmrCtrlMutex; static pthread_mutex_t tmrCtrlMutex;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册