diff --git a/docs-cn/14-reference/12-config/index.md b/docs-cn/14-reference/12-config/index.md index 0f7ba121c7e22c738772eef4178aab6e53adb6fd..9fff685ee6bfe9ef77b3a83d8b49ccc13216e0ce 100644 --- a/docs-cn/14-reference/12-config/index.md +++ b/docs-cn/14-reference/12-config/index.md @@ -681,7 +681,7 @@ taos --dump-config | 适用范围 | 服务器端 | | 含义 | 配置要进行有损压缩的浮点数据类型 | | 取值范围 | 空字符串:关闭有损压缩
float:只对 float 类型进行有损压缩
double:只对 double 类型进行有损压缩
float \| double:float double 都进行有损压缩 | -| 缺省值 | 128 | +| 缺省值 | 空字符串 | | 补充说明 | 有损压缩默认为关闭状态,只有配置后才生效 | ### fPrecision @@ -1123,4 +1123,4 @@ HTTP服务在2.4.0.0(不含)以前的版本中由taosd提供,在2.4.0.0以 | 含义 | 是否开启服务 crash 时生成 core 文件 | | 取值范围 | 0:否,1:是 | | 缺省值 | 1 | -| 补充说明 | 不同的启动方式,生成 core 文件的目录如下:1、systemctl start taosd 启动:生成的 core 在根目录下
2、手动启动,就在 taosd 执行目录下。 | \ No newline at end of file +| 补充说明 | 不同的启动方式,生成 core 文件的目录如下:1、systemctl start taosd 启动:生成的 core 在根目录下
2、手动启动,就在 taosd 执行目录下。 |