提交 7e81c4e7 编写于 作者: A Alex Duan

fix(base): default maxTmrCtl from 512 to 5120

上级 1d95d025
......@@ -84,7 +84,7 @@ typedef struct time_wheel_t {
} time_wheel_t;
int32_t tmrDebugFlag = 131;
uint32_t tsMaxTmrCtrl = 20480;
uint32_t tsMaxTmrCtrl = 5120;
static pthread_once_t tmrModuleInit = PTHREAD_ONCE_INIT;
static pthread_mutex_t tmrCtrlMutex;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册