HTHou commented on code in PR #380:
URL: https://github.com/apache/iotdb-docs/pull/380#discussion_r1797673280
##########
src/zh/UserGuide/latest/Reference/Common-Config-Manual.md:
##########
@@ -1039,15 +1039,14 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
|默认值| 4 |
|改后生效方式| 热加载 |
-* compaction\_validation\_level
-
-|名字| compaction\_validation\_level
|
-|:---:|:----------------------------------------------------------------------------------------------|
-|描述|
合并结束后对顺序文件时间范围的检查,NONE关闭检查,RESOURCE_ONLY检查resource文件,RESOURCE_AND_TSFILE检查resource文件和tsfile文件
|
-|类型| String
|
-|默认值| NONE
|
-|改后生效方式| 热加载
|
+* enable\_tsfile\_validation
+| 名字 | enable\_tsfile\_validation |
+|:---------:|:------------------------------|
+| 描述 | Flush, Load 或合并后验证 tsfile 正确性 |
+| 类型 | boolean |
+| 默认值 | false |
+| Effective | 热加载 |
Review Comment:
```suggestion
| 改后生效方式 | 热加载 |
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]