提交 f6de716d 编写于 作者: Z zhihaop

fix: asyncBatchTimeout cannot equal to zero

上级 dda4ddce
......@@ -1857,7 +1857,7 @@ static void doInitGlobalConfig(void) {
cfg.ptr = &tsAsyncBatchTimeout;
cfg.valType = TAOS_CFG_VTYPE_INT32;
cfg.cfgType = TSDB_CFG_CTYPE_B_CONFIG;
cfg.minValue = 0;
cfg.minValue = 1;
cfg.maxValue = 65536;
cfg.ptrLength = 0;
cfg.unitType = TAOS_CFG_UTYPE_NONE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册