Merge pull request #29774 from taosdata/doc/main/TS-5782

fix(docs):error description for config.
This commit is contained in:
Shengliang Guan 2025-02-14 14:22:30 +08:00 committed by GitHub
commit 1aa9564333
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ TDengine 客户端驱动提供了应用编程所需要的全部 API并且在
- 支持版本:从 v3.3.4.3 版本开始引入
#### bypassFlag
- 说明:配置文件所在目录
- 说明:用于短路测试 `内部参数`
- 类型:整数;
- 取值范围0正常写入1写入消息在 taos 客户端发送 RPC 消息前返回2写入消息在 taosd 服务端收到 RPC 消息后返回4写入消息在 taosd 服务端写入内存缓存前返回8写入消息在 taosd 服务端数据落盘前返回
- 默认值0