diff --git a/docs/en/administrator-guide/config/fe_config.md b/docs/en/administrator-guide/config/fe_config.md index 1f8ab3f498..a70f762ac3 100644 --- a/docs/en/administrator-guide/config/fe_config.md +++ b/docs/en/administrator-guide/config/fe_config.md @@ -2073,7 +2073,7 @@ Default: true Whether to use compressed format to send query plan structure. After it is turned on, the size of the query plan structure can be reduced by about 50%, thereby avoiding some "send fragment timeout" errors. However, in some high-concurrency small query scenarios, the concurrency may be reduced by about 10%. -### force_drop_redundant_replica +### enable_force_drop_redundant_replica Default: false diff --git a/docs/zh-CN/administrator-guide/config/fe_config.md b/docs/zh-CN/administrator-guide/config/fe_config.md index b373719e98..499482f704 100644 --- a/docs/zh-CN/administrator-guide/config/fe_config.md +++ b/docs/zh-CN/administrator-guide/config/fe_config.md @@ -2093,7 +2093,9 @@ load 标签清理器将每隔 `label_clean_interval_second` 运行一次以清 如果设置为true,将关闭副本修复和均衡逻辑。 -### force_drop_redundant_replica + + +### enable_force_drop_redundant_replica 默认值:false